#34552E

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

Shades of Palm Leaf #34552E

Tints of Palm Leaf #34552E

Color information

#34552E (or 0x34552E) is unknown color: approx Palm Leaf. HEX triplet: 34, 55 and 2E. RGB value is (52,85,46). Sum of RGB (Red+Green+Blue) = 52+85+46=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #34552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552E is #CBAAD1. Grayscale: #464646. Windows color (decimal): -13347538 or 3036468. OLE color: 3036468.

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

Color convert

RGB528546-
CMYK0.3900.460.67
HSL110.77º29.77%25.69%-
HSV(B)110.77º45.88%33.33%-
XYZ5.167.423.75-
YUV70.69114.07114.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=28.42%
G=46.45%
B=25.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285460.3900.460.67110.7729.7725.69
Hex34552E2702E436f1e1a
Octal6412556470561031573632
Binary11010010101011011101001110101110100001111011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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