#36624C

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

Shades of Plantation #36624C

Tints of Plantation #36624C

Color information

#36624C (or 0x36624C) is unknown color: approx Plantation. HEX triplet: 36, 62 and 4C. RGB value is (54,98,76). Sum of RGB (Red+Green+Blue) = 54+98+76=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #36624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36624C is #C99DB3. Grayscale: #525252. Windows color (decimal): -13213108 or 5005878. OLE color: 5005878.

HSL color Cylindrical-coordinate representation of color #36624C: hue angle of 150º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36624C is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB549876-
CMYK0.4500.220.62
HSL150º28.95%29.8%-
HSV(B)150º44.9%38.43%-
XYZ7.1910.048.4-
YUV82.34124.42107.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=23.68%
G=42.98%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498760.4500.220.6215028.9529.8
Hex36624C2D0163E961d1e
Octal6614211455026762263536
Binary11011011000101001100101101010110111110100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36624C; }

 p { color: rgb(54,98,76); }

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

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

 a { background-color: rgb(54,98,76); }

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

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

 span { border-color: rgb(54,98,76); }

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