Html Css Color HEX #334931 Palm Leaf

📋 copy color: '#334931'

red 51 ◦ green 73 ◦ blue 49

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

Shades of Palm Leaf #334931

Tints of Palm Leaf #334931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 29.48%
G = 42.2%
B = 28.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#334931 (or 0x334931) is known color: Palm Leaf. HEX triplet: 33, 49 and 31. RGB value is (51,73,49). Sum of RGB (Red+Green+Blue) = 51+73+49=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #334931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334931 is #CCB6CE. Grayscale: #3F3F3F. Windows color (decimal): -13416143 or 3230003. OLE color: 3230003.

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

Color convert

RGB 51 73 49 -
CMYK 0.30 0 0.33 0.71
HSL 115º 0.2% 0.24% -
HSV(B) 115º 0.33% 0.29% -
XYZ 4.3 5.69 3.78 -
YUV 63.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 51 73 49 0.30 0 0.33 0.71 115 0.2 0.24
Hex 33 49 31 1E 0 21 47 73 14 18
Octal 63 111 61 36 0 41 107 163 24 30
Binary 110011 1001001 110001 11110 0 100001 1000111 1110011 10100 11000

Color Harmonies of #334931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334931

Black with #334931

Text Example


Text Example

White with #334931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334931; }

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

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

background-color css

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

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

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

border-color css

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

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

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