Html Css Color HEX #314237 Timber Green

📋 copy color: '#314237'

red 49 ◦ green 66 ◦ blue 55

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

Shades of Timber Green #314237

Tints of Timber Green #314237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 28.82%
G = 38.82%
B = 32.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#314237 (or 0x314237) is known color: Timber Green. HEX triplet: 31, 42 and 37. RGB value is (49,66,55). Sum of RGB (Red+Green+Blue) = 49+66+55=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #314237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314237 is #CEBDC8. Grayscale: #3B3B3B. Windows color (decimal): -13549001 or 3621425. OLE color: 3621425.

HSL color Cylindrical-coordinate representation of color #314237: hue angle of 141.18º 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 #314237 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 55 -
CMYK 0.26 0 0.17 0.74
HSL 141.18º 0.15% 0.23% -
HSV(B) 141.18º 0.26% 0.26% -
XYZ 3.9 4.83 4.34 -
YUV 59.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 49 66 55 0.26 0 0.17 0.74 141.18 0.15 0.23
Hex 31 42 37 1A 0 11 4A 8D F 17
Octal 61 102 67 32 0 21 112 215 17 27
Binary 110001 1000010 110111 11010 0 10001 1001010 10001101 1111 10111

Color Harmonies of #314237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314237

Black with #314237

Text Example


Text Example

White with #314237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314237; }

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

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

background-color css

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

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

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

border-color css

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

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

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