#36614B

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

Shades of Plantation #36614B

Tints of Plantation #36614B

Color information

#36614B (or 0x36614B) is unknown color: approx Plantation. HEX triplet: 36, 61 and 4B. RGB value is (54,97,75). Sum of RGB (Red+Green+Blue) = 54+97+75=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #36614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36614B is #C99EB4. Grayscale: #515151. Windows color (decimal): -13213365 or 4940086. OLE color: 4940086.

HSL color Cylindrical-coordinate representation of color #36614B: hue angle of 149.3º 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 #36614B is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB549775-
CMYK0.4400.230.62
HSL149.3º28.48%29.61%-
HSV(B)149.3º44.33%38.04%-
XYZ7.079.848.18-
YUV81.64124.25108.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=23.89%
G=42.92%
B=33.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497750.4400.230.62149.328.4829.61
Hex36614B2C0173E951c1e
Octal6614111354027762253436
Binary11011011000011001011101100010111111110100101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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