#386049

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

Shades of Plantation #386049

Tints of Plantation #386049

Color information

#386049 (or 0x386049) is unknown color: approx Plantation. HEX triplet: 38, 60 and 49. RGB value is (56,96,73). Sum of RGB (Red+Green+Blue) = 56+96+73=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #386049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386049 is #C79FB6. Grayscale: #515151. Windows color (decimal): -13082551 or 4808760. OLE color: 4808760.

HSL color Cylindrical-coordinate representation of color #386049: hue angle of 145.5º degrees, saturation: 0.26, 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 #386049 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB569673-
CMYK0.4200.240.62
HSL145.5º26.32%29.8%-
HSV(B)145.5º41.67%37.65%-
XYZ7.029.697.8-
YUV81.42123.25109.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=24.89%
G=42.67%
B=32.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696730.4200.240.62145.526.3229.8
Hex3860492A0183E921a1e
Octal7014011152030762223236
Binary11100011000001001001101010011000111110100100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386049; }

 p { color: rgb(56,96,73); }

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

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

 a { background-color: rgb(56,96,73); }

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

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

 span { border-color: rgb(56,96,73); }

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