#385549

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

Shades of Plantation #385549

Tints of Plantation #385549

Color information

#385549 (or 0x385549) is unknown color: approx Plantation. HEX triplet: 38, 55 and 49. RGB value is (56,85,73). Sum of RGB (Red+Green+Blue) = 56+85+73=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #385549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385549 is #C7AAB6. Grayscale: #4A4A4A. Windows color (decimal): -13085367 or 4805944. OLE color: 4805944.

HSL color Cylindrical-coordinate representation of color #385549: hue angle of 155.17º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #385549 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB568573-
CMYK0.3400.140.67
HSL155.17º20.57%27.65%-
HSV(B)155.17º34.12%33.33%-
XYZ6.087.827.49-
YUV74.96126.89114.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=26.17%
G=39.72%
B=34.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685730.3400.140.67155.1720.5727.65
Hex385549220E439b151c
Octal70125111420161032332534
Binary11100010101011001001100010011101000011100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385549; }

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

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

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

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

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

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

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

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