Html Css Color HEX #314032 Timber Green

📋 copy color: '#314032'

red 49 ◦ green 64 ◦ blue 50

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

Shades of Timber Green #314032

Tints of Timber Green #314032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 30.06%
G = 39.26%
B = 30.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#314032 (or 0x314032) is known color: Timber Green. HEX triplet: 31, 40 and 32. RGB value is (49,64,50). Sum of RGB (Red+Green+Blue) = 49+64+50=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #314032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314032 is #CEBFCD. Grayscale: #393939. Windows color (decimal): -13549518 or 3293233. OLE color: 3293233.

HSL color Cylindrical-coordinate representation of color #314032: hue angle of 124º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #314032 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 50 -
CMYK 0.23 0 0.22 0.75
HSL 124º 0.13% 0.22% -
HSV(B) 124º 0.23% 0.25% -
XYZ 3.68 4.55 3.7 -
YUV 57.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 49 64 50 0.23 0 0.22 0.75 124 0.13 0.22
Hex 31 40 32 17 0 16 4B 7C D 16
Octal 61 100 62 27 0 26 113 174 15 26
Binary 110001 1000000 110010 10111 0 10110 1001011 1111100 1101 10110

Color Harmonies of #314032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314032

Black with #314032

Text Example


Text Example

White with #314032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314032; }

 p { color: rgb(49,64,50); }

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

background-color css

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

 a { background-color: rgb(49,64,50); }

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

border-color css

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

 span { border-color: rgb(49,64,50); }

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