Html Css Color HEX #34472A Palm Leaf

📋 copy color: '#34472A'

red 52 ◦ green 71 ◦ blue 42

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

Shades of Palm Leaf #34472A

Tints of Palm Leaf #34472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 31.52%
G = 43.03%
B = 25.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#34472A (or 0x34472A) is known color: Palm Leaf. HEX triplet: 34, 47 and 2A. RGB value is (52,71,42). Sum of RGB (Red+Green+Blue) = 52+71+42=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #34472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472A is #CBB8D5. Grayscale: #3E3E3E. Windows color (decimal): -13351126 or 2770740. OLE color: 2770740.

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

Color convert

RGB 52 71 42 -
CMYK 0.27 0 0.41 0.72
HSL 99.31º 0.26% 0.22% -
HSV(B) 99.31º 0.41% 0.28% -
XYZ 4.09 5.4 3.02 -
YUV 62.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 52 71 42 0.27 0 0.41 0.72 99.31 0.26 0.22
Hex 34 47 2A 1B 0 29 48 63 1A 16
Octal 64 107 52 33 0 51 110 143 32 26
Binary 110100 1000111 101010 11011 0 101001 1001000 1100011 11010 10110

Color Harmonies of #34472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34472A

Black with #34472A

Text Example


Text Example

White with #34472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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