#314F24

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

Shades of Palm Leaf #314F24

Tints of Palm Leaf #314F24

Color information

#314F24 (or 0x314F24) is unknown color: approx Palm Leaf. HEX triplet: 31, 4F and 24. RGB value is (49,79,36). Sum of RGB (Red+Green+Blue) = 49+79+36=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #314F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F24 is #CEB0DB. Grayscale: #414141. Windows color (decimal): -13545692 or 2379569. OLE color: 2379569.

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

Color convert

RGB497936-
CMYK0.3800.540.69
HSL101.86º37.39%22.55%-
HSV(B)101.86º54.43%30.98%-
XYZ4.386.372.67-
YUV65.13111.56116.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=29.88%
G=48.17%
B=21.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979360.3800.540.69101.8637.3922.55
Hex314F242603645662517
Octal6111744460661051464527
Binary110001100111110010010011001101101000101110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314F24; }

 p { color: rgb(49,79,36); }

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

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

 a { background-color: rgb(49,79,36); }

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

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

 span { border-color: rgb(49,79,36); }

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