#314627

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

Shades of Palm Leaf #314627

Tints of Palm Leaf #314627

Color information

#314627 (or 0x314627) is unknown color: approx Palm Leaf. HEX triplet: 31, 46 and 27. RGB value is (49,70,39). Sum of RGB (Red+Green+Blue) = 49+70+39=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #314627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314627 is #CEB9D8. Grayscale: #3C3C3C. Windows color (decimal): -13547993 or 2573873. OLE color: 2573873.

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

Color convert

RGB497039-
CMYK0.3000.440.73
HSL100.65º28.44%21.37%-
HSV(B)100.65º44.29%27.45%-
XYZ3.825.182.72-
YUV60.19116.04120.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=31.01%
G=44.30%
B=24.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970390.3000.440.73100.6528.4421.37
Hex3146271E02C49651c15
Octal6110647360541111453425
Binary1100011000110100111111100101100100100111001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314627; }

 p { color: rgb(49,70,39); }

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

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

 a { background-color: rgb(49,70,39); }

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

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

 span { border-color: rgb(49,70,39); }

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