#36644C

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

Shades of Plantation #36644C

Tints of Plantation #36644C

Color information

#36644C (or 0x36644C) is unknown color: approx Plantation. HEX triplet: 36, 64 and 4C. RGB value is (54,100,76). Sum of RGB (Red+Green+Blue) = 54+100+76=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #36644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36644C is #C99BB3. Grayscale: #535353. Windows color (decimal): -13212596 or 5006390. OLE color: 5006390.

HSL color Cylindrical-coordinate representation of color #36644C: hue angle of 148.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36644C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB5410076-
CMYK0.4600.240.61
HSL148.7º29.87%30.2%-
HSV(B)148.7º46%39.22%-
XYZ7.3810.428.46-
YUV83.51123.76106.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=23.48%
G=43.48%
B=33.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100760.4600.240.61148.729.8730.2
Hex36644C2E0183D951e1e
Octal6614411456030752253636
Binary11011011001001001100101110011000111101100101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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