#385445

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

Shades of Plantation #385445

Tints of Plantation #385445

Color information

#385445 (or 0x385445) is unknown color: approx Plantation. HEX triplet: 38, 54 and 45. RGB value is (56,84,69). Sum of RGB (Red+Green+Blue) = 56+84+69=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #385445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385445 is #C7ABBA. Grayscale: #494949. Windows color (decimal): -13085627 or 4543544. OLE color: 4543544.

HSL color Cylindrical-coordinate representation of color #385445: hue angle of 147.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385445 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB568469-
CMYK0.3300.180.67
HSL147.86º20%27.45%-
HSV(B)147.86º33.33%32.94%-
XYZ5.887.616.79-
YUV73.92125.22115.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=26.79%
G=40.19%
B=33.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684690.3300.180.67147.862027.45
Hex385445210124394141b
Octal70124105410221032242433
Binary111000101010010001011000010100101000011100101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385445; }

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

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

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

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

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

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

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

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