#315825

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

Shades of Palm Leaf #315825

Tints of Palm Leaf #315825

Color information

#315825 (or 0x315825) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 25. RGB value is (49,88,37). Sum of RGB (Red+Green+Blue) = 49+88+37=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #315825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315825 is #CEA7DA. Grayscale: #464646. Windows color (decimal): -13543387 or 2447409. OLE color: 2447409.

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

Color convert

RGB498837-
CMYK0.4400.580.65
HSL105.88º40.8%24.51%-
HSV(B)105.88º57.95%34.51%-
XYZ5.097.772.98-
YUV70.53109.08112.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 88 (34.77% from 255) = 50.57%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=28.16%
G=50.57%
B=21.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988370.4400.580.65105.8840.824.51
Hex3158252C03A416a2919
Octal6113045540721011525131
Binary110001101100010010110110001110101000001110101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315825; }

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

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

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

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

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

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

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

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