Html Css Color HEX #344C29 Palm Leaf

📋 copy color: '#344C29'

red 52 ◦ green 76 ◦ blue 41

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

Shades of Palm Leaf #344C29

Tints of Palm Leaf #344C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 30.77%
G = 44.97%
B = 24.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#344C29 (or 0x344C29) is known color: Palm Leaf. HEX triplet: 34, 4C and 29. RGB value is (52,76,41). Sum of RGB (Red+Green+Blue) = 52+76+41=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #344C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C29 is #CBB3D6. Grayscale: #404040. Windows color (decimal): -13349847 or 2706484. OLE color: 2706484.

HSL color Cylindrical-coordinate representation of color #344C29: hue angle of 101.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344C29 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 41 -
CMYK 0.32 0 0.46 0.70
HSL 101.14º 0.3% 0.23% -
HSV(B) 101.14º 0.46% 0.3% -
XYZ 4.4 6.06 3.04 -
YUV 64.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 52 76 41 0.32 0 0.46 0.70 101.14 0.3 0.23
Hex 34 4C 29 20 0 2E 46 65 1E 17
Octal 64 114 51 40 0 56 106 145 36 27
Binary 110100 1001100 101001 100000 0 101110 1000110 1100101 11110 10111

Color Harmonies of #344C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C29

Black with #344C29

Text Example


Text Example

White with #344C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C29; }

 p { color: rgb(52,76,41); }

 H1.HeaderClassName
 {
   color: #344C29;
 }
 .AnyTagClassName
 {
   color: #344C29;
 }
</style>

background-color css

<style>
 a { background-color: #344C29; }

 a { background-color: rgb(52,76,41); }

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

border-color css

<style>
 span { border-color: #344C29; }

 span { border-color: rgb(52,76,41); }

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