#34532D

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

Shades of Palm Leaf #34532D

Tints of Palm Leaf #34532D

Color information

#34532D (or 0x34532D) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 2D. RGB value is (52,83,45). Sum of RGB (Red+Green+Blue) = 52+83+45=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #34532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34532D is #CBACD2. Grayscale: #454545. Windows color (decimal): -13348051 or 2970420. OLE color: 2970420.

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

Color convert

RGB528345-
CMYK0.3700.460.67
HSL108.95º29.69%25.1%-
HSV(B)108.95º45.78%32.55%-
XYZ4.987.113.59-
YUV69.4114.23115.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 45 (17.97% from 255) = 25%
R=28.89%
G=46.11%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283450.3700.460.67108.9529.6925.1
Hex34532D2502E436d1e19
Octal6412355450561031553631
Binary11010010100111011011001010101110100001111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,83,45); }

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

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

 a { background-color: rgb(52,83,45); }

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

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

 span { border-color: rgb(52,83,45); }

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