Html Css Color HEX #34572B Palm Leaf

📋 copy color: '#34572B'

red 52 ◦ green 87 ◦ blue 43

#34572B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #34572B

Tints of Palm Leaf #34572B

RGB

 RED value IS 52 (20.7% from 255) = 28.57%

 GREEN value IS 87 (34.38% from 255) = 47.8%

 BLUE value IS 43 (17.19% from 255) = 23.63%

R = 28.57%
G = 47.8%
B = 23.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#34572B (or 0x34572B) is known color: 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

RGB 52 87 43 -
CMYK 0.40 0 0.51 0.66
HSL 107.73º 0.34% 0.25% -
HSV(B) 107.73º 0.51% 0.34% -
XYZ 5.26 7.72 3.5 -
YUV 71.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 52 87 43 0.40 0 0.51 0.66 107.73 0.34 0.25
Hex 34 57 2B 28 0 33 42 6C 22 19
Octal 64 127 53 50 0 63 102 154 42 31
Binary 110100 1010111 101011 101000 0 110011 1000010 1101100 100010 11001

Color Harmonies of #34572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34572B

Black with #34572B

Text Example


Text Example

White with #34572B

Text Example


Text Example

HTML Codes & Css Web 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>