#314B27

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

Shades of Palm Leaf #314B27

Tints of Palm Leaf #314B27

Color information

#314B27 (or 0x314B27) is unknown color: approx Palm Leaf. HEX triplet: 31, 4B and 27. RGB value is (49,75,39). Sum of RGB (Red+Green+Blue) = 49+75+39=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #314B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B27 is #CEB4D8. Grayscale: #3F3F3F. Windows color (decimal): -13546713 or 2575153. OLE color: 2575153.

HSL color Cylindrical-coordinate representation of color #314B27: hue angle of 103.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314B27 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB497539-
CMYK0.3500.480.71
HSL103.33º31.58%22.35%-
HSV(B)103.33º48%29.41%-
XYZ4.155.832.83-
YUV63.12114.39117.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=30.06%
G=46.01%
B=23.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975390.3500.480.71103.3331.5822.35
Hex314B272303047672016
Octal6111347430601071474026
Binary110001100101110011110001101100001000111110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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