#31551E

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

Shades of Palm Leaf #31551E

Tints of Palm Leaf #31551E

Color information

#31551E (or 0x31551E) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 1E. RGB value is (49,85,30). Sum of RGB (Red+Green+Blue) = 49+85+30=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #31551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551E is #CEAAE1. Grayscale: #444444. Windows color (decimal): -13544162 or 1987889. OLE color: 1987889.

HSL color Cylindrical-coordinate representation of color #31551E: hue angle of 99.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31551E is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB498530-
CMYK0.4200.650.67
HSL99.27º47.83%22.55%-
HSV(B)99.27º64.71%33.33%-
XYZ4.757.242.38-
YUV67.97106.57114.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=29.88%
G=51.83%
B=18.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985300.4200.650.6799.2747.8322.55
Hex31551E2A04143633017
Octal61125365201011031436027
Binary110001101010111110101010010000011000011110001111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31551E; }

 p { color: rgb(49,85,30); }

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

<style>
 a { background-color: #31551E; }

 a { background-color: rgb(49,85,30); }

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

<style>
 span { border-color: #31551E; }

 span { border-color: rgb(49,85,30); }

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