#385F49

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

Shades of Plantation #385F49

Tints of Plantation #385F49

Color information

#385F49 (or 0x385F49) is unknown color: approx Plantation. HEX triplet: 38, 5F and 49. RGB value is (56,95,73). Sum of RGB (Red+Green+Blue) = 56+95+73=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #385F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F49 is #C7A0B6. Grayscale: #505050. Windows color (decimal): -13082807 or 4808504. OLE color: 4808504.

HSL color Cylindrical-coordinate representation of color #385F49: hue angle of 146.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F49 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB569573-
CMYK0.4100.230.63
HSL146.15º25.83%29.61%-
HSV(B)146.15º41.05%37.25%-
XYZ6.939.517.77-
YUV80.83123.58110.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=25%
G=42.41%
B=32.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695730.4100.230.63146.1525.8329.61
Hex385F49290173F921a1e
Octal7013711151027772223236
Binary11100010111111001001101001010111111111100100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385F49; }

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

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

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

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

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

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

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

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