#31551F

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

Shades of Palm Leaf #31551F

Tints of Palm Leaf #31551F

Color information

#31551F (or 0x31551F) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 1F. RGB value is (49,85,31). Sum of RGB (Red+Green+Blue) = 49+85+31=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #31551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551F is #CEAAE0. Grayscale: #444444. Windows color (decimal): -13544161 or 2053425. OLE color: 2053425.

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

Color convert

RGB498531-
CMYK0.4200.640.67
HSL100º46.55%22.75%-
HSV(B)100º63.53%33.33%-
XYZ4.767.252.44-
YUV68.08107.07114.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=29.70%
G=51.52%
B=18.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985310.4200.640.6710046.5522.75
Hex31551F2A04043642f17
Octal61125375201001031445727
Binary110001101010111111101010010000001000011110010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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