#385749

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

Shades of Plantation #385749

Tints of Plantation #385749

Color information

#385749 (or 0x385749) is unknown color: approx Plantation. HEX triplet: 38, 57 and 49. RGB value is (56,87,73). Sum of RGB (Red+Green+Blue) = 56+87+73=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #385749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385749 is #C7A8B6. Grayscale: #4C4C4C. Windows color (decimal): -13084855 or 4806456. OLE color: 4806456.

HSL color Cylindrical-coordinate representation of color #385749: hue angle of 152.9º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385749 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB568773-
CMYK0.3600.160.66
HSL152.9º21.68%28.04%-
HSV(B)152.9º35.63%34.12%-
XYZ6.248.147.55-
YUV76.13126.23113.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=25.93%
G=40.28%
B=33.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687730.3600.160.66152.921.6828.04
Hex385749240104299161c
Octal70127111440201022312634
Binary111000101011110010011001000100001000010100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385749; }

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

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

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

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

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

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

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

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