#344F25

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

Shades of Palm Leaf #344F25

Tints of Palm Leaf #344F25

Color information

#344F25 (or 0x344F25) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 25. RGB value is (52,79,37). Sum of RGB (Red+Green+Blue) = 52+79+37=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #344F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F25 is #CBB0DA. Grayscale: #424242. Windows color (decimal): -13349083 or 2445108. OLE color: 2445108.

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

Color convert

RGB527937-
CMYK0.3400.530.69
HSL98.57º36.21%22.75%-
HSV(B)98.57º53.16%30.98%-
XYZ4.556.462.76-
YUV66.14111.55117.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=30.95%
G=47.02%
B=22.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279370.3400.530.6998.5736.2122.75
Hex344F252203545632417
Octal6411745420651051434427
Binary110100100111110010110001001101011000101110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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