Html Css Color HEX #34512C Palm Leaf

📋 copy color: '#34512C'

red 52 ◦ green 81 ◦ blue 44

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

Shades of Palm Leaf #34512C

Tints of Palm Leaf #34512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 29.38%
G = 45.76%
B = 24.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#34512C (or 0x34512C) is known color: Palm Leaf. HEX triplet: 34, 51 and 2C. RGB value is (52,81,44). Sum of RGB (Red+Green+Blue) = 52+81+44=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #34512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34512C is #CBAED3. Grayscale: #444444. Windows color (decimal): -13348564 or 2904372. OLE color: 2904372.

HSL color Cylindrical-coordinate representation of color #34512C: hue angle of 107.03º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34512C is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 44 -
CMYK 0.36 0 0.46 0.68
HSL 107.03º 0.3% 0.25% -
HSV(B) 107.03º 0.46% 0.32% -
XYZ 4.81 6.8 3.44 -
YUV 68.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 52 81 44 0.36 0 0.46 0.68 107.03 0.3 0.25
Hex 34 51 2C 24 0 2E 44 6B 1E 19
Octal 64 121 54 44 0 56 104 153 36 31
Binary 110100 1010001 101100 100100 0 101110 1000100 1101011 11110 11001

Color Harmonies of #34512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34512C

Black with #34512C

Text Example


Text Example

White with #34512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34512C; }

 p { color: rgb(52,81,44); }

 H1.HeaderClassName
 {
   color: #34512C;
 }
 .AnyTagClassName
 {
   color: #34512C;
 }
</style>

background-color css

<style>
 a { background-color: #34512C; }

 a { background-color: rgb(52,81,44); }

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

border-color css

<style>
 span { border-color: #34512C; }

 span { border-color: rgb(52,81,44); }

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