#37403A

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

Shades of Timber Green #37403A

Tints of Timber Green #37403A

Color information

#37403A (or 0x37403A) is unknown color: approx Timber Green. HEX triplet: 37, 40 and 3A. RGB value is (55,64,58). Sum of RGB (Red+Green+Blue) = 55+64+58=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #37403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37403A is #C8BFC5. Grayscale: #3C3C3C. Windows color (decimal): -13156294 or 3817527. OLE color: 3817527.

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

Color convert

RGB556458-
CMYK0.1400.090.75
HSL140º7.56%23.33%-
HSV(B)140º14.06%25.1%-
XYZ4.174.784.71-
YUV60.62126.52123.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=31.07%
G=36.16%
B=32.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564580.1400.090.751407.5623.33
Hex37403AE094B8c817
Octal6710072160111132141027
Binary1101111000000111010111001001100101110001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37403A; }

 p { color: rgb(55,64,58); }

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

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

 a { background-color: rgb(55,64,58); }

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

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

 span { border-color: rgb(55,64,58); }

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