#314135

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

Shades of Timber Green #314135

Tints of Timber Green #314135

Color information

#314135 (or 0x314135) is unknown color: approx Timber Green. HEX triplet: 31, 41 and 35. RGB value is (49,65,53). Sum of RGB (Red+Green+Blue) = 49+65+53=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #314135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314135 is #CEBECA. Grayscale: #3A3A3A. Windows color (decimal): -13549259 or 3490097. OLE color: 3490097.

HSL color Cylindrical-coordinate representation of color #314135: hue angle of 135º 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 #314135 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB496553-
CMYK0.2500.180.75
HSL135º14.04%22.35%-
HSV(B)135º24.62%25.49%-
XYZ3.84.694.07-
YUV58.85124.7120.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=29.34%
G=38.92%
B=31.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965530.2500.180.7513514.0422.35
Hex314135190124B87e16
Octal6110165310221132071626
Binary110001100000111010111001010010100101110000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314135; }

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

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

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

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

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

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

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

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