#315826

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

Shades of Palm Leaf #315826

Tints of Palm Leaf #315826

Color information

#315826 (or 0x315826) is unknown color: approx Palm Leaf. HEX triplet: 31, 58 and 26. RGB value is (49,88,38). Sum of RGB (Red+Green+Blue) = 49+88+38=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #315826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315826 is #CEA7D9. Grayscale: #464646. Windows color (decimal): -13543386 or 2512945. OLE color: 2512945.

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

Color convert

RGB498838-
CMYK0.4400.570.65
HSL106.8º39.68%24.71%-
HSV(B)106.8º56.82%34.51%-
XYZ5.117.773.06-
YUV70.64109.58112.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=28%
G=50.29%
B=21.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988380.4400.570.65106.839.6824.71
Hex3158262C039416b2819
Octal6113046540711011535031
Binary110001101100010011010110001110011000001110101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315826; }

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

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

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

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

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

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

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

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