#385244

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

Shades of Plantation #385244

Tints of Plantation #385244

Color information

#385244 (or 0x385244) is unknown color: approx Plantation. HEX triplet: 38, 52 and 44. RGB value is (56,82,68). Sum of RGB (Red+Green+Blue) = 56+82+68=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #385244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385244 is #C7ADBB. Grayscale: #484848. Windows color (decimal): -13086140 or 4477496. OLE color: 4477496.

HSL color Cylindrical-coordinate representation of color #385244: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385244 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB568268-
CMYK0.3200.170.68
HSL147.69º18.84%27.06%-
HSV(B)147.69º31.71%32.16%-
XYZ5.697.296.58-
YUV72.63125.39116.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=27.18%
G=39.81%
B=33.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5682680.3200.170.68147.6918.8427.06
Hex385244200114494131b
Octal70122104400211042242333
Binary111000101001010001001000000100011000100100101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385244; }

 p { color: rgb(56,82,68); }

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

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

 a { background-color: rgb(56,82,68); }

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

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

 span { border-color: rgb(56,82,68); }

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