#344C2F

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

Shades of Palm Leaf #344C2F

Tints of Palm Leaf #344C2F

Color information

#344C2F (or 0x344C2F) is unknown color: approx Palm Leaf. HEX triplet: 34, 4C and 2F. RGB value is (52,76,47). Sum of RGB (Red+Green+Blue) = 52+76+47=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #344C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C2F is #CBB3D0. Grayscale: #414141. Windows color (decimal): -13349841 or 3099700. OLE color: 3099700.

HSL color Cylindrical-coordinate representation of color #344C2F: hue angle of 109.66º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344C2F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB527647-
CMYK0.3200.380.70
HSL109.66º23.58%24.12%-
HSV(B)109.66º38.16%29.8%-
XYZ4.516.13.63-
YUV65.52117.55118.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 47 (18.75% from 255) = 26.86%
R=29.71%
G=43.43%
B=26.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276470.3200.380.70109.6623.5824.12
Hex344C2F20026466e1818
Octal6411457400461061563030
Binary11010010011001011111000000100110100011011011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344C2F; }

 p { color: rgb(52,76,47); }

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

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

 a { background-color: rgb(52,76,47); }

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

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

 span { border-color: rgb(52,76,47); }

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