#314133

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

Shades of Timber Green #314133

Tints of Timber Green #314133

Color information

#314133 (or 0x314133) is unknown color: approx Timber Green. HEX triplet: 31, 41 and 33. RGB value is (49,65,51). Sum of RGB (Red+Green+Blue) = 49+65+51=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #314133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314133 is #CEBECC. Grayscale: #3A3A3A. Windows color (decimal): -13549261 or 3359025. OLE color: 3359025.

HSL color Cylindrical-coordinate representation of color #314133: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #314133 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB496551-
CMYK0.2500.220.75
HSL127.5º14.04%22.35%-
HSV(B)127.5º24.62%25.49%-
XYZ3.754.673.84-
YUV58.62123.7121.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=29.70%
G=39.39%
B=30.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965510.2500.220.75127.514.0422.35
Hex314133190164B7fe16
Octal6110163310261131771626
Binary11000110000011100111100101011010010111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314133; }

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

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

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

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

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

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

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

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