Html Css Color HEX #34412E Palm Leaf

📋 copy color: '#34412E'

red 52 ◦ green 65 ◦ blue 46

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

Shades of Palm Leaf #34412E

Tints of Palm Leaf #34412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

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

R = 31.9%
G = 39.88%
B = 28.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#34412E (or 0x34412E) is known color: Palm Leaf. HEX triplet: 34, 41 and 2E. RGB value is (52,65,46). Sum of RGB (Red+Green+Blue) = 52+65+46=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #34412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412E is #CBBED1. Grayscale: #3B3B3B. Windows color (decimal): -13352658 or 3031348. OLE color: 3031348.

HSL color Cylindrical-coordinate representation of color #34412E: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34412E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 46 -
CMYK 0.20 0 0.29 0.75
HSL 101.05º 0.17% 0.22% -
HSV(B) 101.05º 0.29% 0.25% -
XYZ 3.8 4.71 3.29 -
YUV 58.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 52 65 46 0.20 0 0.29 0.75 101.05 0.17 0.22
Hex 34 41 2E 14 0 1D 4B 65 11 16
Octal 64 101 56 24 0 35 113 145 21 26
Binary 110100 1000001 101110 10100 0 11101 1001011 1100101 10001 10110

Color Harmonies of #34412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34412E

Black with #34412E

Text Example


Text Example

White with #34412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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