Html Css Color HEX #34472C Palm Leaf

📋 copy color: '#34472C'

red 52 ◦ green 71 ◦ blue 44

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

Shades of Palm Leaf #34472C

Tints of Palm Leaf #34472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 31.14%
G = 42.51%
B = 26.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#34472C (or 0x34472C) is known color: Palm Leaf. HEX triplet: 34, 47 and 2C. RGB value is (52,71,44). Sum of RGB (Red+Green+Blue) = 52+71+44=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #34472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472C is #CBB8D3. Grayscale: #3E3E3E. Windows color (decimal): -13351124 or 2901812. OLE color: 2901812.

HSL color Cylindrical-coordinate representation of color #34472C: hue angle of 102.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34472C is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 44 -
CMYK 0.27 0 0.38 0.72
HSL 102.22º 0.23% 0.23% -
HSV(B) 102.22º 0.38% 0.28% -
XYZ 4.12 5.42 3.21 -
YUV 62.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 52 71 44 0.27 0 0.38 0.72 102.22 0.23 0.23
Hex 34 47 2C 1B 0 26 48 66 17 17
Octal 64 107 54 33 0 46 110 146 27 27
Binary 110100 1000111 101100 11011 0 100110 1001000 1100110 10111 10111

Color Harmonies of #34472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34472C

Black with #34472C

Text Example


Text Example

White with #34472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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