#31511B

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

Shades of Palm Leaf #31511B

Tints of Palm Leaf #31511B

Color information

#31511B (or 0x31511B) is unknown color: approx Palm Leaf. HEX triplet: 31, 51 and 1B. RGB value is (49,81,27). Sum of RGB (Red+Green+Blue) = 49+81+27=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #31511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31511B is #CEAEE4. Grayscale: #414141. Windows color (decimal): -13545189 or 1790257. OLE color: 1790257.

HSL color Cylindrical-coordinate representation of color #31511B: hue angle of 95.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31511B is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB498127-
CMYK0.4000.670.68
HSL95.56º50%21.18%-
HSV(B)95.56º66.67%31.76%-
XYZ4.416.622.08-
YUV65.28106.4116.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=31.21%
G=51.59%
B=17.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981270.4000.670.6895.565021.18
Hex31511B2804344603215
Octal61121335001031041406225
Binary110001101000111011101000010000111000100110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,81,27); }

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

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

 a { background-color: rgb(49,81,27); }

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

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

 span { border-color: rgb(49,81,27); }

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