#314524

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

Shades of Palm Leaf #314524

Tints of Palm Leaf #314524

Color information

#314524 (or 0x314524) is unknown color: approx Palm Leaf. HEX triplet: 31, 45 and 24. RGB value is (49,69,36). Sum of RGB (Red+Green+Blue) = 49+69+36=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #314524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314524 is #CEBADB. Grayscale: #3B3B3B. Windows color (decimal): -13548252 or 2377009. OLE color: 2377009.

HSL color Cylindrical-coordinate representation of color #314524: hue angle of 96.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314524 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB496936-
CMYK0.2900.480.73
HSL96.36º31.43%20.59%-
HSV(B)96.36º47.83%27.06%-
XYZ3.715.042.45-
YUV59.26114.87120.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=31.82%
G=44.81%
B=23.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969360.2900.480.7396.3631.4320.59
Hex3145241D03049601f15
Octal6110544350601111403725
Binary1100011000101100100111010110000100100111000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314524; }

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

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

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

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

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

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

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

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