#31551C

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

Shades of Palm Leaf #31551C

Tints of Palm Leaf #31551C

Color information

#31551C (or 0x31551C) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 1C. RGB value is (49,85,28). Sum of RGB (Red+Green+Blue) = 49+85+28=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #31551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31551C is #CEAAE3. Grayscale: #434343. Windows color (decimal): -13544164 or 1856817. OLE color: 1856817.

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

Color convert

RGB498528-
CMYK0.4200.670.67
HSL97.89º50.44%22.16%-
HSV(B)97.89º67.06%33.33%-
XYZ4.727.232.25-
YUV67.74105.57114.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=30.25%
G=52.47%
B=17.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985280.4200.670.6797.8950.4422.16
Hex31551C2A04343623216
Octal61125345201031031426226
Binary110001101010111100101010010000111000011110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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