#314425

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

Shades of Palm Leaf #314425

Tints of Palm Leaf #314425

Color information

#314425 (or 0x314425) is unknown color: approx Palm Leaf. HEX triplet: 31, 44 and 25. RGB value is (49,68,37). Sum of RGB (Red+Green+Blue) = 49+68+37=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #314425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314425 is #CEBBDA. Grayscale: #3A3A3A. Windows color (decimal): -13548507 or 2442289. OLE color: 2442289.

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

Color convert

RGB496837-
CMYK0.2800.460.73
HSL96.77º29.52%20.59%-
HSV(B)96.77º45.59%26.67%-
XYZ3.674.922.51-
YUV58.78115.71121.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=31.82%
G=44.16%
B=24.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968370.2800.460.7396.7729.5220.59
Hex3144251C02E49611e15
Octal6110445340561111413625
Binary1100011000100100101111000101110100100111000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314425; }

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

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

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

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

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

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

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

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