Html Css Color HEX #34472F Palm Leaf

📋 copy color: '#34472F'

red 52 ◦ green 71 ◦ blue 47

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

Shades of Palm Leaf #34472F

Tints of Palm Leaf #34472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 30.59%
G = 41.76%
B = 27.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#34472F (or 0x34472F) is known color: Palm Leaf. HEX triplet: 34, 47 and 2F. RGB value is (52,71,47). Sum of RGB (Red+Green+Blue) = 52+71+47=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #34472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472F is #CBB8D0. Grayscale: #3E3E3E. Windows color (decimal): -13351121 or 3098420. OLE color: 3098420.

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

Color convert

RGB 52 71 47 -
CMYK 0.27 0 0.34 0.72
HSL 107.5º 0.2% 0.23% -
HSV(B) 107.5º 0.34% 0.28% -
XYZ 4.18 5.44 3.52 -
YUV 62.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 52 71 47 0.27 0 0.34 0.72 107.5 0.2 0.23
Hex 34 47 2F 1B 0 22 48 6C 14 17
Octal 64 107 57 33 0 42 110 154 24 27
Binary 110100 1000111 101111 11011 0 100010 1001000 1101100 10100 10111

Color Harmonies of #34472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34472F

Black with #34472F

Text Example


Text Example

White with #34472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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