Html Css Color HEX #34472E Palm Leaf

📋 copy color: '#34472E'

red 52 ◦ green 71 ◦ blue 46

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

Shades of Palm Leaf #34472E

Tints of Palm Leaf #34472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 30.77%
G = 42.01%
B = 27.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#34472E (or 0x34472E) is known color: Palm Leaf. HEX triplet: 34, 47 and 2E. RGB value is (52,71,46). Sum of RGB (Red+Green+Blue) = 52+71+46=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #34472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472E is #CBB8D1. Grayscale: #3E3E3E. Windows color (decimal): -13351122 or 3032884. OLE color: 3032884.

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

Color convert

RGB 52 71 46 -
CMYK 0.27 0 0.35 0.72
HSL 105.6º 0.21% 0.23% -
HSV(B) 105.6º 0.35% 0.28% -
XYZ 4.16 5.43 3.41 -
YUV 62.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 52 71 46 0.27 0 0.35 0.72 105.6 0.21 0.23
Hex 34 47 2E 1B 0 23 48 6A 15 17
Octal 64 107 56 33 0 43 110 152 25 27
Binary 110100 1000111 101110 11011 0 100011 1001000 1101010 10101 10111

Color Harmonies of #34472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34472E

Black with #34472E

Text Example


Text Example

White with #34472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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