Html Css Color HEX #314836 Timber Green

📋 copy color: '#314836'

red 49 ◦ green 72 ◦ blue 54

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

Shades of Timber Green #314836

Tints of Timber Green #314836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 28%
G = 41.14%
B = 30.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#314836 (or 0x314836) is known color: Timber Green. HEX triplet: 31, 48 and 36. RGB value is (49,72,54). Sum of RGB (Red+Green+Blue) = 49+72+54=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #314836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314836 is #CEB7C9. Grayscale: #3F3F3F. Windows color (decimal): -13547466 or 3557425. OLE color: 3557425.

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

Color convert

RGB 49 72 54 -
CMYK 0.32 0 0.25 0.72
HSL 133.04º 0.19% 0.24% -
HSV(B) 133.04º 0.32% 0.28% -
XYZ 4.25 5.55 4.34 -
YUV 63.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 49 72 54 0.32 0 0.25 0.72 133.04 0.19 0.24
Hex 31 48 36 20 0 19 48 85 13 18
Octal 61 110 66 40 0 31 110 205 23 30
Binary 110001 1001000 110110 100000 0 11001 1001000 10000101 10011 11000

Color Harmonies of #314836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314836

Black with #314836

Text Example


Text Example

White with #314836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314836; }

 p { color: rgb(49,72,54); }

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

background-color css

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

 a { background-color: rgb(49,72,54); }

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

border-color css

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

 span { border-color: rgb(49,72,54); }

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