Html Css Color HEX #314231 Timber Green

📋 copy color: '#314231'

red 49 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #314231

Tints of Timber Green #314231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 29.88%
G = 40.24%
B = 29.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#314231 (or 0x314231) is known color: Timber Green. HEX triplet: 31, 42 and 31. RGB value is (49,66,49). Sum of RGB (Red+Green+Blue) = 49+66+49=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #314231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314231 is #CEBDCE. Grayscale: #3B3B3B. Windows color (decimal): -13549007 or 3228209. OLE color: 3228209.

HSL color Cylindrical-coordinate representation of color #314231: hue angle of 120º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #314231 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 49 -
CMYK 0.26 0 0.26 0.74
HSL 120º 0.15% 0.23% -
HSV(B) 120º 0.26% 0.26% -
XYZ 3.77 4.77 3.63 -
YUV 58.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 49 66 49 0.26 0 0.26 0.74 120 0.15 0.23
Hex 31 42 31 1A 0 1A 4A 78 F 17
Octal 61 102 61 32 0 32 112 170 17 27
Binary 110001 1000010 110001 11010 0 11010 1001010 1111000 1111 10111

Color Harmonies of #314231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314231

Black with #314231

Text Example


Text Example

White with #314231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314231; }

 p { color: rgb(49,66,49); }

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

background-color css

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

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

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

border-color css

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

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

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