#36482F

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

Shades of Palm Leaf #36482F

Tints of Palm Leaf #36482F

Color information

#36482F (or 0x36482F) is unknown color: approx Palm Leaf. HEX triplet: 36, 48 and 2F. RGB value is (54,72,47). Sum of RGB (Red+Green+Blue) = 54+72+47=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #36482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36482F is #C9B7D0. Grayscale: #3F3F3F. Windows color (decimal): -13219793 or 3098678. OLE color: 3098678.

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

Color convert

RGB547247-
CMYK0.2500.350.72
HSL103.2º21.01%23.33%-
HSV(B)103.2º34.72%28.24%-
XYZ4.355.623.55-
YUV63.77118.54121.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=31.21%
G=41.62%
B=27.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472470.2500.350.72103.221.0123.33
Hex36482F1902348671517
Octal6611057310431101472527
Binary1101101001000101111110010100011100100011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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