#34591D

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

Shades of Palm Leaf #34591D

Tints of Palm Leaf #34591D

Color information

#34591D (or 0x34591D) is unknown color: approx Palm Leaf. HEX triplet: 34, 59 and 1D. RGB value is (52,89,29). Sum of RGB (Red+Green+Blue) = 52+89+29=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #34591D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34591D is #CBA6E2. Grayscale: #474747. Windows color (decimal): -13346531 or 1923380. OLE color: 1923380.

HSL color Cylindrical-coordinate representation of color #34591D: hue angle of 97º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34591D is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB528929-
CMYK0.4200.670.65
HSL97º50.85%23.14%-
HSV(B)97º67.42%34.9%-
XYZ5.217.962.42-
YUV71.1104.24114.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=30.59%
G=52.35%
B=17.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289290.4200.670.659750.8523.14
Hex34591D2A04341613317
Octal64131355201031011416327
Binary110100101100111101101010010000111000001110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34591D; }

 p { color: rgb(52,89,29); }

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

<style>
 a { background-color: #34591D; }

 a { background-color: rgb(52,89,29); }

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

<style>
 span { border-color: #34591D; }

 span { border-color: rgb(52,89,29); }

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