Html Css Color HEX #344732 Palm Leaf

📋 copy color: '#344732'

red 52 ◦ green 71 ◦ blue 50

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

Shades of Palm Leaf #344732

Tints of Palm Leaf #344732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 30.06%
G = 41.04%
B = 28.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#344732 (or 0x344732) is known color: Palm Leaf. HEX triplet: 34, 47 and 32. RGB value is (52,71,50). Sum of RGB (Red+Green+Blue) = 52+71+50=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #344732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344732 is #CBB8CD. Grayscale: #3E3E3E. Windows color (decimal): -13351118 or 3295028. OLE color: 3295028.

HSL color Cylindrical-coordinate representation of color #344732: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344732 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 50 -
CMYK 0.27 0 0.30 0.72
HSL 114.29º 0.17% 0.24% -
HSV(B) 114.29º 0.3% 0.28% -
XYZ 4.25 5.47 3.85 -
YUV 62.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 52 71 50 0.27 0 0.30 0.72 114.29 0.17 0.24
Hex 34 47 32 1B 0 1E 48 72 11 18
Octal 64 107 62 33 0 36 110 162 21 30
Binary 110100 1000111 110010 11011 0 11110 1001000 1110010 10001 11000

Color Harmonies of #344732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344732

Black with #344732

Text Example


Text Example

White with #344732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344732; }

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

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

background-color css

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

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

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

border-color css

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

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

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