Html Css Color HEX #34422C Palm Leaf

📋 copy color: '#34422C'

red 52 ◦ green 66 ◦ blue 44

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

Shades of Palm Leaf #34422C

Tints of Palm Leaf #34422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

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

R = 32.1%
G = 40.74%
B = 27.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#34422C (or 0x34422C) is known color: Palm Leaf. HEX triplet: 34, 42 and 2C. RGB value is (52,66,44). Sum of RGB (Red+Green+Blue) = 52+66+44=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #34422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422C is #CBBDD3. Grayscale: #3B3B3B. Windows color (decimal): -13352404 or 2900532. OLE color: 2900532.

HSL color Cylindrical-coordinate representation of color #34422C: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34422C is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 44 -
CMYK 0.21 0 0.33 0.74
HSL 98.18º 0.2% 0.22% -
HSV(B) 98.18º 0.33% 0.26% -
XYZ 3.82 4.81 3.11 -
YUV 59.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 52 66 44 0.21 0 0.33 0.74 98.18 0.2 0.22
Hex 34 42 2C 15 0 21 4A 62 14 16
Octal 64 102 54 25 0 41 112 142 24 26
Binary 110100 1000010 101100 10101 0 100001 1001010 1100010 10100 10110

Color Harmonies of #34422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34422C

Black with #34422C

Text Example


Text Example

White with #34422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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