#34572B

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

Shades of Palm Leaf #34572B

Tints of Palm Leaf #34572B

Color information

#34572B (or 0x34572B) is unknown color: approx Palm Leaf. HEX triplet: 34, 57 and 2B. RGB value is (52,87,43). Sum of RGB (Red+Green+Blue) = 52+87+43=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #34572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34572B is #CBA8D4. Grayscale: #474747. Windows color (decimal): -13347029 or 2840372. OLE color: 2840372.

HSL color Cylindrical-coordinate representation of color #34572B: hue angle of 107.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34572B is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB528743-
CMYK0.4000.510.66
HSL107.73º33.85%25.49%-
HSV(B)107.73º50.57%34.12%-
XYZ5.267.723.5-
YUV71.52111.9114.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 47.80%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=28.57%
G=47.80%
B=23.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287430.4000.510.66107.7333.8525.49
Hex34572B28033426c2219
Octal6412753500631021544231
Binary110100101011110101110100001100111000010110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34572B; }

 p { color: rgb(52,87,43); }

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

<style>
 a { background-color: #34572B; }

 a { background-color: rgb(52,87,43); }

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

<style>
 span { border-color: #34572B; }

 span { border-color: rgb(52,87,43); }

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