#315023

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

Shades of Palm Leaf #315023

Tints of Palm Leaf #315023

Color information

#315023 (or 0x315023) is unknown color: approx Palm Leaf. HEX triplet: 31, 50 and 23. RGB value is (49,80,35). Sum of RGB (Red+Green+Blue) = 49+80+35=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #315023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315023 is #CEAFDC. Grayscale: #414141. Windows color (decimal): -13545437 or 2314289. OLE color: 2314289.

HSL color Cylindrical-coordinate representation of color #315023: hue angle of 101.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315023 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB498035-
CMYK0.3900.560.69
HSL101.33º39.13%22.55%-
HSV(B)101.33º56.25%31.37%-
XYZ4.446.512.61-
YUV65.6110.73116.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=29.88%
G=48.78%
B=21.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980350.3900.560.69101.3339.1322.55
Hex3150232703845652717
Octal6112043470701051454727
Binary110001101000010001110011101110001000101110010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315023; }

 p { color: rgb(49,80,35); }

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

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

 a { background-color: rgb(49,80,35); }

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

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

 span { border-color: rgb(49,80,35); }

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