Html Css Color HEX #34561D Palm Leaf

📋 copy color: '#34561D'

red 52 ◦ green 86 ◦ blue 29

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

Shades of Palm Leaf #34561D

Tints of Palm Leaf #34561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.5%

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 31.14%
G = 51.5%
B = 17.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#34561D (or 0x34561D) is known color: Palm Leaf. HEX triplet: 34, 56 and 1D. RGB value is (52,86,29). Sum of RGB (Red+Green+Blue) = 52+86+29=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #34561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34561D is #CBA9E2. Grayscale: #454545. Windows color (decimal): -13347299 or 1922612. OLE color: 1922612.

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

Color convert

RGB 52 86 29 -
CMYK 0.40 0 0.66 0.66
HSL 95.79º 0.5% 0.23% -
HSV(B) 95.79º 0.66% 0.34% -
XYZ 4.97 7.47 2.34 -
YUV 69.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 52 86 29 0.40 0 0.66 0.66 95.79 0.5 0.23
Hex 34 56 1D 28 0 42 42 60 32 17
Octal 64 126 35 50 0 102 102 140 62 27
Binary 110100 1010110 11101 101000 0 1000010 1000010 1100000 110010 10111

Color Harmonies of #34561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34561D

Black with #34561D

Text Example


Text Example

White with #34561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34561D;
 }
 .AnyTagClassName
 {
   color: #34561D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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