Html Css Color HEX #334932 Palm Leaf

📋 copy color: '#334932'

red 51 ◦ green 73 ◦ blue 50

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

Shades of Palm Leaf #334932

Tints of Palm Leaf #334932

RGB

 RED value IS 51 (20.31% from 255) = 29.31%

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

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

R = 29.31%
G = 41.95%
B = 28.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#334932 (or 0x334932) is known color: Palm Leaf. HEX triplet: 33, 49 and 32. RGB value is (51,73,50). Sum of RGB (Red+Green+Blue) = 51+73+50=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #334932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334932 is #CCB6CD. Grayscale: #3F3F3F. Windows color (decimal): -13416142 or 3295539. OLE color: 3295539.

HSL color Cylindrical-coordinate representation of color #334932: hue angle of 117.39º 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 #334932 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 50 -
CMYK 0.30 0 0.32 0.71
HSL 117.39º 0.19% 0.24% -
HSV(B) 117.39º 0.32% 0.29% -
XYZ 4.32 5.7 3.89 -
YUV 63.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 51 73 50 0.30 0 0.32 0.71 117.39 0.19 0.24
Hex 33 49 32 1E 0 20 47 75 13 18
Octal 63 111 62 36 0 40 107 165 23 30
Binary 110011 1001001 110010 11110 0 100000 1000111 1110101 10011 11000

Color Harmonies of #334932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334932

Black with #334932

Text Example


Text Example

White with #334932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334932; }

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

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

background-color css

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

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

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

border-color css

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

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

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