#385745

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

Shades of Plantation #385745

Tints of Plantation #385745

Color information

#385745 (or 0x385745) is unknown color: approx Plantation. HEX triplet: 38, 57 and 45. RGB value is (56,87,69). Sum of RGB (Red+Green+Blue) = 56+87+69=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #385745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385745 is #C7A8BA. Grayscale: #4B4B4B. Windows color (decimal): -13084859 or 4544312. OLE color: 4544312.

HSL color Cylindrical-coordinate representation of color #385745: hue angle of 145.16º 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 #385745 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB568769-
CMYK0.3600.210.66
HSL145.16º21.68%28.04%-
HSV(B)145.16º35.63%34.12%-
XYZ6.118.096.87-
YUV75.68124.23113.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=26.42%
G=41.04%
B=32.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5687690.3600.210.66145.1621.6828.04
Hex385745240154291161c
Octal70127105440251022212634
Binary111000101011110001011001000101011000010100100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385745; }

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

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

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

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

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

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

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

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