#36644B

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

Shades of Plantation #36644B

Tints of Plantation #36644B

Color information

#36644B (or 0x36644B) is unknown color: approx Plantation. HEX triplet: 36, 64 and 4B. RGB value is (54,100,75). Sum of RGB (Red+Green+Blue) = 54+100+75=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #36644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36644B is #C99BB4. Grayscale: #535353. Windows color (decimal): -13212597 or 4940854. OLE color: 4940854.

HSL color Cylindrical-coordinate representation of color #36644B: hue angle of 147.39º 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 #36644B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB5410075-
CMYK0.4600.250.61
HSL147.39º29.87%30.2%-
HSV(B)147.39º46%39.22%-
XYZ7.3510.418.28-
YUV83.4123.26107.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=23.58%
G=43.67%
B=32.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100750.4600.250.61147.3929.8730.2
Hex36644B2E0193D931e1e
Octal6614411356031752233636
Binary11011011001001001011101110011001111101100100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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