#37483A

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

Shades of Timber Green #37483A

Tints of Timber Green #37483A

Color information

#37483A (or 0x37483A) is unknown color: approx Timber Green. HEX triplet: 37, 48 and 3A. RGB value is (55,72,58). Sum of RGB (Red+Green+Blue) = 55+72+58=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #37483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37483A is #C8B7C5. Grayscale: #414141. Windows color (decimal): -13154246 or 3819575. OLE color: 3819575.

HSL color Cylindrical-coordinate representation of color #37483A: hue angle of 130.59º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37483A is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB557258-
CMYK0.2400.190.72
HSL130.59º13.39%24.9%-
HSV(B)130.59º23.61%28.24%-
XYZ4.665.754.87-
YUV65.32123.87120.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=29.73%
G=38.92%
B=31.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572580.2400.190.72130.5913.3924.9
Hex37483A180134883d19
Octal6711072300231102031531
Binary110111100100011101011000010011100100010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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