Html Css Color HEX #314738 Timber Green

📋 copy color: '#314738'

red 49 ◦ green 71 ◦ blue 56

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

Shades of Timber Green #314738

Tints of Timber Green #314738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 56 (22.27% from 255) = 31.82%

R = 27.84%
G = 40.34%
B = 31.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#314738 (or 0x314738) is known color: Timber Green. HEX triplet: 31, 47 and 38. RGB value is (49,71,56). Sum of RGB (Red+Green+Blue) = 49+71+56=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #314738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314738 is #CEB8C7. Grayscale: #3E3E3E. Windows color (decimal): -13547720 or 3688241. OLE color: 3688241.

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

Color convert

RGB 49 71 56 -
CMYK 0.31 0 0.21 0.72
HSL 139.09º 0.18% 0.24% -
HSV(B) 139.09º 0.31% 0.28% -
XYZ 4.23 5.44 4.57 -
YUV 62.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 49 71 56 0.31 0 0.21 0.72 139.09 0.18 0.24
Hex 31 47 38 1F 0 15 48 8B 12 18
Octal 61 107 70 37 0 25 110 213 22 30
Binary 110001 1000111 111000 11111 0 10101 1001000 10001011 10010 11000

Color Harmonies of #314738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314738

Black with #314738

Text Example


Text Example

White with #314738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314738; }

 p { color: rgb(49,71,56); }

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

background-color css

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

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

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

border-color css

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

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

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