#344F23

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

Shades of Palm Leaf #344F23

Tints of Palm Leaf #344F23

Color information

#344F23 (or 0x344F23) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 23. RGB value is (52,79,35). Sum of RGB (Red+Green+Blue) = 52+79+35=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #344F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F23 is #CBB0DC. Grayscale: #424242. Windows color (decimal): -13349085 or 2314036. OLE color: 2314036.

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

Color convert

RGB527935-
CMYK0.3400.560.69
HSL96.82º38.6%22.35%-
HSV(B)96.82º55.7%30.98%-
XYZ4.526.442.6-
YUV65.91110.55118.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=31.33%
G=47.59%
B=21.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279350.3400.560.6996.8238.622.35
Hex344F232203845612716
Octal6411743420701051414726
Binary110100100111110001110001001110001000101110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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