Html Css Color HEX #34541E Palm Leaf

📋 copy color: '#34541E'

red 52 ◦ green 84 ◦ blue 30

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

Shades of Palm Leaf #34541E

Tints of Palm Leaf #34541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 31.33%
G = 50.6%
B = 18.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#34541E (or 0x34541E) is known color: Palm Leaf. HEX triplet: 34, 54 and 1E. RGB value is (52,84,30). Sum of RGB (Red+Green+Blue) = 52+84+30=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #34541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34541E is #CBABE1. Grayscale: #444444. Windows color (decimal): -13347810 or 1987636. OLE color: 1987636.

HSL color Cylindrical-coordinate representation of color #34541E: hue angle of 95.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34541E is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 30 -
CMYK 0.38 0 0.64 0.67
HSL 95.56º 0.47% 0.22% -
HSV(B) 95.56º 0.64% 0.33% -
XYZ 4.82 7.16 2.36 -
YUV 68.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 52 84 30 0.38 0 0.64 0.67 95.56 0.47 0.22
Hex 34 54 1E 26 0 40 43 60 2F 16
Octal 64 124 36 46 0 100 103 140 57 26
Binary 110100 1010100 11110 100110 0 1000000 1000011 1100000 101111 10110

Color Harmonies of #34541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34541E

Black with #34541E

Text Example


Text Example

White with #34541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34541E; }

 p { color: rgb(52,84,30); }

 H1.HeaderClassName
 {
   color: #34541E;
 }
 .AnyTagClassName
 {
   color: #34541E;
 }
</style>

background-color css

<style>
 a { background-color: #34541E; }

 a { background-color: rgb(52,84,30); }

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

border-color css

<style>
 span { border-color: #34541E; }

 span { border-color: rgb(52,84,30); }

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