#314C33

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

Shades of Timber Green #314C33

Tints of Timber Green #314C33

Color information

#314C33 (or 0x314C33) is unknown color: approx Timber Green. HEX triplet: 31, 4C and 33. RGB value is (49,76,51). Sum of RGB (Red+Green+Blue) = 49+76+51=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #314C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C33 is #CEB3CC. Grayscale: #414141. Windows color (decimal): -13546445 or 3361841. OLE color: 3361841.

HSL color Cylindrical-coordinate representation of color #314C33: hue angle of 124.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C33 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB497651-
CMYK0.3600.330.70
HSL124.44º21.6%24.51%-
HSV(B)124.44º35.53%29.8%-
XYZ4.456.064.07-
YUV65.08120.05116.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 51 (20.31% from 255) = 28.98%
R=27.84%
G=43.18%
B=28.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4976510.3600.330.70124.4421.624.51
Hex314C3324021467c1619
Octal6111463440411061742631
Binary11000110011001100111001000100001100011011111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314C33; }

 p { color: rgb(49,76,51); }

 H1.HeaderClassName
 {
   color: #314C33;
 }
 .AnyTagClassName
 {
   color: #314C33;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #314C33;
 }
 .BgClassName
 {
   background-color: #314C33;
 }
</style>
border-color css

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

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

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