#314134

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

Shades of Timber Green #314134

Tints of Timber Green #314134

Color information

#314134 (or 0x314134) is unknown color: approx Timber Green. HEX triplet: 31, 41 and 34. RGB value is (49,65,52). Sum of RGB (Red+Green+Blue) = 49+65+52=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #314134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314134 is #CEBECB. Grayscale: #3A3A3A. Windows color (decimal): -13549260 or 3424561. OLE color: 3424561.

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

Color convert

RGB496552-
CMYK0.2500.200.75
HSL131.25º14.04%22.35%-
HSV(B)131.25º24.62%25.49%-
XYZ3.784.683.95-
YUV58.73124.2121.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=29.52%
G=39.16%
B=31.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965520.2500.200.75131.2514.0422.35
Hex314134190144B83e16
Octal6110164310241132031626
Binary110001100000111010011001010100100101110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314134; }

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

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

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

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

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

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

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

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