#36614C

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

Shades of Plantation #36614C

Tints of Plantation #36614C

Color information

#36614C (or 0x36614C) is unknown color: approx Plantation. HEX triplet: 36, 61 and 4C. RGB value is (54,97,76). Sum of RGB (Red+Green+Blue) = 54+97+76=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #36614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36614C is #C99EB3. Grayscale: #515151. Windows color (decimal): -13213364 or 5005622. OLE color: 5005622.

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

Color convert

RGB549776-
CMYK0.4400.220.62
HSL150.7º28.48%29.61%-
HSV(B)150.7º44.33%38.04%-
XYZ7.19.868.37-
YUV81.75124.75108.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=23.79%
G=42.73%
B=33.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497760.4400.220.62150.728.4829.61
Hex36614C2C0163E971c1e
Octal6614111454026762273436
Binary11011011000011001100101100010110111110100101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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