#34551E

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

Shades of Palm Leaf #34551E

Tints of Palm Leaf #34551E

Color information

#34551E (or 0x34551E) is unknown color: approx Palm Leaf. HEX triplet: 34, 55 and 1E. RGB value is (52,85,30). Sum of RGB (Red+Green+Blue) = 52+85+30=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #34551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34551E is #CBAAE1. Grayscale: #454545. Windows color (decimal): -13347554 or 1987892. OLE color: 1987892.

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

Color convert

RGB528530-
CMYK0.3900.650.67
HSL96º47.83%22.55%-
HSV(B)96º64.71%33.33%-
XYZ4.97.322.38-
YUV68.86106.07115.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=31.14%
G=50.90%
B=17.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285300.3900.650.679647.8322.55
Hex34551E2704143603017
Octal64125364701011031406027
Binary110100101010111110100111010000011000011110000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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