Html Css Color HEX #334934 Timber Green

📋 copy color: '#334934'

red 51 ◦ green 73 ◦ blue 52

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

Shades of Timber Green #334934

Tints of Timber Green #334934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 28.98%
G = 41.48%
B = 29.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#334934 (or 0x334934) is known color: Timber Green. HEX triplet: 33, 49 and 34. RGB value is (51,73,52). Sum of RGB (Red+Green+Blue) = 51+73+52=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #334934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334934 is #CCB6CB. Grayscale: #404040. Windows color (decimal): -13416140 or 3426611. OLE color: 3426611.

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

Color convert

RGB 51 73 52 -
CMYK 0.30 0 0.29 0.71
HSL 122.73º 0.18% 0.24% -
HSV(B) 122.73º 0.3% 0.29% -
XYZ 4.37 5.72 4.12 -
YUV 64.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 51 73 52 0.30 0 0.29 0.71 122.73 0.18 0.24
Hex 33 49 34 1E 0 1D 47 7B 12 18
Octal 63 111 64 36 0 35 107 173 22 30
Binary 110011 1001001 110100 11110 0 11101 1000111 1111011 10010 11000

Color Harmonies of #334934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334934

Black with #334934

Text Example


Text Example

White with #334934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334934; }

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

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

background-color css

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

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

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

border-color css

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

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

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