Html Css Color HEX #314636 Timber Green

📋 copy color: '#314636'

red 49 ◦ green 70 ◦ blue 54

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

Shades of Timber Green #314636

Tints of Timber Green #314636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

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

R = 28.32%
G = 40.46%
B = 31.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#314636 (or 0x314636) is known color: Timber Green. HEX triplet: 31, 46 and 36. RGB value is (49,70,54). Sum of RGB (Red+Green+Blue) = 49+70+54=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #314636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314636 is #CEB9C9. Grayscale: #3D3D3D. Windows color (decimal): -13547978 or 3556913. OLE color: 3556913.

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

Color convert

RGB 49 70 54 -
CMYK 0.30 0 0.23 0.73
HSL 134.29º 0.18% 0.23% -
HSV(B) 134.29º 0.3% 0.27% -
XYZ 4.12 5.3 4.3 -
YUV 61.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 49 70 54 0.30 0 0.23 0.73 134.29 0.18 0.23
Hex 31 46 36 1E 0 17 49 86 12 17
Octal 61 106 66 36 0 27 111 206 22 27
Binary 110001 1000110 110110 11110 0 10111 1001001 10000110 10010 10111

Color Harmonies of #314636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314636

Black with #314636

Text Example


Text Example

White with #314636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314636; }

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

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

background-color css

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

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

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

border-color css

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

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

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