#36482B

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

Shades of Palm Leaf #36482B

Tints of Palm Leaf #36482B

Color information

#36482B (or 0x36482B) is unknown color: approx Palm Leaf. HEX triplet: 36, 48 and 2B. RGB value is (54,72,43). Sum of RGB (Red+Green+Blue) = 54+72+43=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #36482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36482B is #C9B7D4. Grayscale: #3F3F3F. Windows color (decimal): -13219797 or 2836534. OLE color: 2836534.

HSL color Cylindrical-coordinate representation of color #36482B: hue angle of 97.24º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36482B is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB547243-
CMYK0.2500.400.72
HSL97.24º25.22%22.55%-
HSV(B)97.24º40.28%28.24%-
XYZ4.275.593.14-
YUV63.31116.54121.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=31.95%
G=42.60%
B=25.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472430.2500.400.7297.2425.2222.55
Hex36482B1902848611917
Octal6611053310501101413127
Binary1101101001000101011110010101000100100011000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,72,43); }

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

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

 a { background-color: rgb(54,72,43); }

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

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

 span { border-color: rgb(54,72,43); }

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