#315121

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

Shades of Palm Leaf #315121

Tints of Palm Leaf #315121

Color information

#315121 (or 0x315121) is unknown color: approx Palm Leaf. HEX triplet: 31, 51 and 21. RGB value is (49,81,33). Sum of RGB (Red+Green+Blue) = 49+81+33=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #315121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315121 is #CEAEDE. Grayscale: #424242. Windows color (decimal): -13545183 or 2183473. OLE color: 2183473.

HSL color Cylindrical-coordinate representation of color #315121: hue angle of 100º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315121 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB498133-
CMYK0.4000.590.68
HSL100º42.11%22.35%-
HSV(B)100º59.26%31.76%-
XYZ4.486.652.49-
YUV65.96109.4115.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=30.06%
G=49.69%
B=20.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981330.4000.590.6810042.1122.35
Hex3151212803B44642a16
Octal6112141500731041445226
Binary110001101000110000110100001110111000100110010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315121; }

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

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

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

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

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

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

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

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