#314738

Color #314738 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #314738

Tints of Timber Green #314738

Color information

#314738 (or 0x314738) is unknown color: approx 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

RGB497156-
CMYK0.3100.210.72
HSL139.09º18.33%23.53%-
HSV(B)139.09º30.99%27.84%-
XYZ4.235.444.57-
YUV62.71124.21118.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971560.3100.210.72139.0918.3323.53
Hex3147381F015488b1218
Octal6110770370251102132230
Binary1100011000111111000111110101011001000100010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>