#36604B

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

Shades of Plantation #36604B

Tints of Plantation #36604B

Color information

#36604B (or 0x36604B) is unknown color: approx Plantation. HEX triplet: 36, 60 and 4B. RGB value is (54,96,75). Sum of RGB (Red+Green+Blue) = 54+96+75=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #36604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36604B is #C99FB4. Grayscale: #515151. Windows color (decimal): -13213621 or 4939830. OLE color: 4939830.

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

Color convert

RGB549675-
CMYK0.4400.220.62
HSL150º28%29.41%-
HSV(B)150º43.75%37.65%-
XYZ6.979.668.15-
YUV81.05124.59108.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=24%
G=42.67%
B=33.33%

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
Decimal5496750.4400.220.621502829.41
Hex36604B2C0163E961c1d
Octal6614011354026762263435
Binary11011011000001001011101100010110111110100101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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