Html Css Color HEX #344D29 Palm Leaf

📋 copy color: '#344D29'

red 52 ◦ green 77 ◦ blue 41

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

Shades of Palm Leaf #344D29

Tints of Palm Leaf #344D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.29%

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

R = 30.59%
G = 45.29%
B = 24.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#344D29 (or 0x344D29) is known color: Palm Leaf. HEX triplet: 34, 4D and 29. RGB value is (52,77,41). Sum of RGB (Red+Green+Blue) = 52+77+41=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #344D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D29 is #CBB2D6. Grayscale: #414141. Windows color (decimal): -13349591 or 2706740. OLE color: 2706740.

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

Color convert

RGB 52 77 41 -
CMYK 0.32 0 0.47 0.70
HSL 101.67º 0.31% 0.23% -
HSV(B) 101.67º 0.47% 0.3% -
XYZ 4.47 6.2 3.06 -
YUV 65.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 52 77 41 0.32 0 0.47 0.70 101.67 0.31 0.23
Hex 34 4D 29 20 0 2F 46 66 1F 17
Octal 64 115 51 40 0 57 106 146 37 27
Binary 110100 1001101 101001 100000 0 101111 1000110 1100110 11111 10111

Color Harmonies of #344D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D29

Black with #344D29

Text Example


Text Example

White with #344D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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