#314538

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

Shades of Timber Green #314538

Tints of Timber Green #314538

Color information

#314538 (or 0x314538) is unknown color: approx Timber Green. HEX triplet: 31, 45 and 38. RGB value is (49,69,56). Sum of RGB (Red+Green+Blue) = 49+69+56=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #314538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314538 is #CEBAC7. Grayscale: #3D3D3D. Windows color (decimal): -13548232 or 3687729. OLE color: 3687729.

HSL color Cylindrical-coordinate representation of color #314538: hue angle of 141º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314538 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB496956-
CMYK0.2900.190.73
HSL141º16.95%23.14%-
HSV(B)141º28.99%27.06%-
XYZ4.115.194.53-
YUV61.54124.87119.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=28.16%
G=39.66%
B=32.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969560.2900.190.7314116.9523.14
Hex3145381D013498d1117
Octal6110570350231112152127
Binary1100011000101111000111010100111001001100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314538; }

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

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

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

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

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

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

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

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