#314B28

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

Shades of Palm Leaf #314B28

Tints of Palm Leaf #314B28

Color information

#314B28 (or 0x314B28) is unknown color: approx Palm Leaf. HEX triplet: 31, 4B and 28. RGB value is (49,75,40). Sum of RGB (Red+Green+Blue) = 49+75+40=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #314B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B28 is #CEB4D7. Grayscale: #3F3F3F. Windows color (decimal): -13546712 or 2640689. OLE color: 2640689.

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

Color convert

RGB497540-
CMYK0.3500.470.71
HSL104.57º30.43%22.55%-
HSV(B)104.57º46.67%29.41%-
XYZ4.175.842.91-
YUV63.24114.89117.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=29.88%
G=45.73%
B=24.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975400.3500.470.71104.5730.4322.55
Hex314B282302F47691e17
Octal6111350430571071513627
Binary11000110010111010001000110101111100011111010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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