#31501B

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

Shades of Palm Leaf #31501B

Tints of Palm Leaf #31501B

Color information

#31501B (or 0x31501B) is unknown color: approx Palm Leaf. HEX triplet: 31, 50 and 1B. RGB value is (49,80,27). Sum of RGB (Red+Green+Blue) = 49+80+27=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #31501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31501B is #CEAFE4. Grayscale: #404040. Windows color (decimal): -13545445 or 1790001. OLE color: 1790001.

HSL color Cylindrical-coordinate representation of color #31501B: hue angle of 95.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31501B is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB498027-
CMYK0.3900.660.69
HSL95.09º49.53%20.98%-
HSV(B)95.09º66.25%31.37%-
XYZ4.336.472.06-
YUV64.69106.73116.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=31.41%
G=51.28%
B=17.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980270.3900.660.6995.0949.5320.98
Hex31501B27042455f3215
Octal61120334701021051376225
Binary110001101000011011100111010000101000101101111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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