#315420

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

Shades of Palm Leaf #315420

Tints of Palm Leaf #315420

Color information

#315420 (or 0x315420) is unknown color: approx Palm Leaf. HEX triplet: 31, 54 and 20. RGB value is (49,84,32). Sum of RGB (Red+Green+Blue) = 49+84+32=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #315420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315420 is #CEABDF. Grayscale: #434343. Windows color (decimal): -13544416 or 2118705. OLE color: 2118705.

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

Color convert

RGB498432-
CMYK0.4200.620.67
HSL100.38º44.83%22.75%-
HSV(B)100.38º61.9%32.94%-
XYZ4.77.12.49-
YUV67.61107.9114.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=29.70%
G=50.91%
B=19.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984320.4200.620.67100.3844.8322.75
Hex3154202A03E43642d17
Octal6112440520761031445527
Binary110001101010010000010101001111101000011110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315420; }

 p { color: rgb(49,84,32); }

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

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

 a { background-color: rgb(49,84,32); }

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

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

 span { border-color: rgb(49,84,32); }

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