#344F27

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

Shades of Palm Leaf #344F27

Tints of Palm Leaf #344F27

Color information

#344F27 (or 0x344F27) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 27. RGB value is (52,79,39). Sum of RGB (Red+Green+Blue) = 52+79+39=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #344F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F27 is #CBB0D8. Grayscale: #424242. Windows color (decimal): -13349081 or 2576180. OLE color: 2576180.

HSL color Cylindrical-coordinate representation of color #344F27: hue angle of 100.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #344F27 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB527939-
CMYK0.3400.510.69
HSL100.5º33.9%23.14%-
HSV(B)100.5º50.63%30.98%-
XYZ4.586.472.93-
YUV66.37112.55117.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=30.59%
G=46.47%
B=22.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279390.3400.510.69100.533.923.14
Hex344F272203345642217
Octal6411747420631051444227
Binary110100100111110011110001001100111000101110010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,39); }

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

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

 a { background-color: rgb(52,79,39); }

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

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

 span { border-color: rgb(52,79,39); }

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