#314B2B

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

Shades of Palm Leaf #314B2B

Tints of Palm Leaf #314B2B

Color information

#314B2B (or 0x314B2B) is unknown color: approx Palm Leaf. HEX triplet: 31, 4B and 2B. RGB value is (49,75,43). Sum of RGB (Red+Green+Blue) = 49+75+43=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #314B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B2B is #CEB4D4. Grayscale: #3F3F3F. Windows color (decimal): -13546709 or 2837297. OLE color: 2837297.

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

Color convert

RGB497543-
CMYK0.3500.430.71
HSL108.75º27.12%23.14%-
HSV(B)108.75º42.67%29.41%-
XYZ4.225.863.19-
YUV63.58116.39117.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=29.34%
G=44.91%
B=25.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975430.3500.430.71108.7527.1223.14
Hex314B2B2302B476d1b17
Octal6111353430531071553327
Binary11000110010111010111000110101011100011111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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