Html Css Color HEX #314933 Timber Green

📋 copy color: '#314933'

red 49 ◦ green 73 ◦ blue 51

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

Shades of Timber Green #314933

Tints of Timber Green #314933

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

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

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

Color convert

RGB 49 73 51 -
CMYK 0.33 0 0.30 0.71
HSL 125º 0.2% 0.24% -
HSV(B) 125º 0.33% 0.29% -
XYZ 4.25 5.66 4 -
YUV 63.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 49 73 51 0.33 0 0.30 0.71 125 0.2 0.24
Hex 31 49 33 21 0 1E 47 7D 14 18
Octal 61 111 63 41 0 36 107 175 24 30
Binary 110001 1001001 110011 100001 0 11110 1000111 1111101 10100 11000

Color Harmonies of #314933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314933

Black with #314933

Text Example


Text Example

White with #314933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314933; }

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

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

background-color css

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

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

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

border-color css

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

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

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