Html Css Color HEX #344932 Palm Leaf

📋 copy color: '#344932'

red 52 ◦ green 73 ◦ blue 50

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

Shades of Palm Leaf #344932

Tints of Palm Leaf #344932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 29.71%
G = 41.71%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#344932 (or 0x344932) is known color: Palm Leaf. HEX triplet: 34, 49 and 32. RGB value is (52,73,50). Sum of RGB (Red+Green+Blue) = 52+73+50=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #344932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344932 is #CBB6CD. Grayscale: #404040. Windows color (decimal): -13350606 or 3295540. OLE color: 3295540.

HSL color Cylindrical-coordinate representation of color #344932: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344932 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 50 -
CMYK 0.29 0 0.32 0.71
HSL 114.78º 0.19% 0.24% -
HSV(B) 114.78º 0.32% 0.29% -
XYZ 4.37 5.73 3.89 -
YUV 64.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 52 73 50 0.29 0 0.32 0.71 114.78 0.19 0.24
Hex 34 49 32 1D 0 20 47 73 13 18
Octal 64 111 62 35 0 40 107 163 23 30
Binary 110100 1001001 110010 11101 0 100000 1000111 1110011 10011 11000

Color Harmonies of #344932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344932

Black with #344932

Text Example


Text Example

White with #344932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344932; }

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

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

background-color css

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

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

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

border-color css

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

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

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