#385446

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

Shades of Plantation #385446

Tints of Plantation #385446

Color information

#385446 (or 0x385446) is unknown color: approx Plantation. HEX triplet: 38, 54 and 46. RGB value is (56,84,70). Sum of RGB (Red+Green+Blue) = 56+84+70=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #385446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385446 is #C7ABB9. Grayscale: #4A4A4A. Windows color (decimal): -13085626 or 4609080. OLE color: 4609080.

HSL color Cylindrical-coordinate representation of color #385446: hue angle of 150º 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 #385446 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB568470-
CMYK0.3300.170.67
HSL150º20%27.45%-
HSV(B)150º33.33%32.94%-
XYZ5.917.626.95-
YUV74.03125.72115.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684700.3300.170.671502027.45
Hex385446210114396141b
Octal70124106410211032262433
Binary111000101010010001101000010100011000011100101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385446; }

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

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

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

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

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

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

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

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