#31552D

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

Shades of Palm Leaf #31552D

Tints of Palm Leaf #31552D

Color information

#31552D (or 0x31552D) is unknown color: approx Palm Leaf. HEX triplet: 31, 55 and 2D. RGB value is (49,85,45). Sum of RGB (Red+Green+Blue) = 49+85+45=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #31552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31552D is #CEAAD2. Grayscale: #454545. Windows color (decimal): -13544147 or 2970929. OLE color: 2970929.

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

Color convert

RGB498545-
CMYK0.4200.470.67
HSL114º30.77%25.49%-
HSV(B)114º47.06%33.33%-
XYZ4.997.343.64-
YUV69.68114.07113.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=27.37%
G=47.49%
B=25.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985450.4200.470.6711430.7725.49
Hex31552D2A02F43721f19
Octal6112555520571031623731
Binary11000110101011011011010100101111100001111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31552D; }

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

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

<style>
 a { background-color: #31552D; }

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

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

<style>
 span { border-color: #31552D; }

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

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