#38614D

Color #38614D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #38614D

Tints of Plantation #38614D

Color information

#38614D (or 0x38614D) is unknown color: approx Plantation. HEX triplet: 38, 61 and 4D. RGB value is (56,97,77). Sum of RGB (Red+Green+Blue) = 56+97+77=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #38614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38614D is #C79EB2. Grayscale: #525252. Windows color (decimal): -13082291 or 5071160. OLE color: 5071160.

HSL color Cylindrical-coordinate representation of color #38614D: hue angle of 150.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38614D is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB569777-
CMYK0.4200.210.62
HSL150.73º26.8%30%-
HSV(B)150.73º42.27%38.04%-
XYZ7.259.938.56-
YUV82.46124.92109.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=24.35%
G=42.17%
B=33.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697770.4200.210.62150.7326.830
Hex38614D2A0153E971b1e
Octal7014111552025762273336
Binary11100011000011001101101010010101111110100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38614D; }

 p { color: rgb(56,97,77); }

 H1.HeaderClassName
 {
   color: #38614D;
 }
 .AnyTagClassName
 {
   color: #38614D;
 }
</style>
background-color css

<style>
 a { background-color: #38614D; }

 a { background-color: rgb(56,97,77); }

 div.DivClassName
 {
   background-color: #38614D;
 }
 .BgClassName
 {
   background-color: #38614D;
 }
</style>
border-color css

<style>
 span { border-color: #38614D; }

 span { border-color: rgb(56,97,77); }

 td.TdClassName
 {
   border-color: #38614D;
 }
 .TagClassName
 {
   border-color: #38614D;
 }
</style>