#34552F

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

Shades of Palm Leaf #34552F

Tints of Palm Leaf #34552F

Color information

#34552F (or 0x34552F) is unknown color: approx Palm Leaf. HEX triplet: 34, 55 and 2F. RGB value is (52,85,47). Sum of RGB (Red+Green+Blue) = 52+85+47=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #34552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552F is #CBAAD0. Grayscale: #464646. Windows color (decimal): -13347537 or 3102004. OLE color: 3102004.

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

Color convert

RGB528547-
CMYK0.3900.450.67
HSL112.11º28.79%25.88%-
HSV(B)112.11º44.71%33.33%-
XYZ5.187.433.85-
YUV70.8114.57114.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=28.26%
G=46.20%
B=25.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285470.3900.450.67112.1128.7925.88
Hex34552F2702D43701d1a
Octal6412557470551031603532
Binary11010010101011011111001110101101100001111100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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