#314C27

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

Shades of Palm Leaf #314C27

Tints of Palm Leaf #314C27

Color information

#314C27 (or 0x314C27) is unknown color: approx Palm Leaf. HEX triplet: 31, 4C and 27. RGB value is (49,76,39). Sum of RGB (Red+Green+Blue) = 49+76+39=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #314C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C27 is #CEB3D8. Grayscale: #3F3F3F. Windows color (decimal): -13546457 or 2575409. OLE color: 2575409.

HSL color Cylindrical-coordinate representation of color #314C27: hue angle of 103.78º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314C27 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB497639-
CMYK0.3600.490.70
HSL103.78º32.17%22.55%-
HSV(B)103.78º48.68%29.8%-
XYZ4.225.972.85-
YUV63.71114.05117.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=29.88%
G=46.34%
B=23.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976390.3600.490.70103.7832.1722.55
Hex314C272403146682017
Octal6111447440611061504027
Binary110001100110010011110010001100011000110110100010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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