#34542F

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

Shades of Palm Leaf #34542F

Tints of Palm Leaf #34542F

Color information

#34542F (or 0x34542F) is unknown color: approx Palm Leaf. HEX triplet: 34, 54 and 2F. RGB value is (52,84,47). Sum of RGB (Red+Green+Blue) = 52+84+47=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #34542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34542F is #CBABD0. Grayscale: #464646. Windows color (decimal): -13347793 or 3101748. OLE color: 3101748.

HSL color Cylindrical-coordinate representation of color #34542F: hue angle of 111.89º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34542F is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB528447-
CMYK0.3800.440.67
HSL111.89º28.24%25.69%-
HSV(B)111.89º44.05%32.94%-
XYZ5.17.283.82-
YUV70.21114.9115.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=28.42%
G=45.90%
B=25.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284470.3800.440.67111.8928.2425.69
Hex34542F2602C43701c1a
Octal6412457460541031603432
Binary11010010101001011111001100101100100001111100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34542F; }

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

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

<style>
 a { background-color: #34542F; }

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

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

<style>
 span { border-color: #34542F; }

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

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