#315822

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

Shades of Palm Leaf #315822

Tints of Palm Leaf #315822

Color information

#315822 (or 0x315822) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 22. RGB value is (49,88,34). Sum of RGB (Red+Green+Blue) = 49+88+34=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #315822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315822 is #CEA7DD. Grayscale: #464646. Windows color (decimal): -13543390 or 2250801. OLE color: 2250801.

HSL color Cylindrical-coordinate representation of color #315822: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #315822 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB498834-
CMYK0.4400.610.65
HSL103.33º44.26%23.92%-
HSV(B)103.33º61.36%34.51%-
XYZ5.057.752.74-
YUV70.18107.58112.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=28.65%
G=51.46%
B=19.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988340.4400.610.65103.3344.2623.92
Hex3158222C03D41672c18
Octal6113042540751011475430
Binary110001101100010001010110001111011000001110011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315822; }

 p { color: rgb(49,88,34); }

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

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

 a { background-color: rgb(49,88,34); }

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

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

 span { border-color: rgb(49,88,34); }

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