#37413A

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

Shades of Timber Green #37413A

Tints of Timber Green #37413A

Color information

#37413A (or 0x37413A) is unknown color: approx Timber Green. HEX triplet: 37, 41 and 3A. RGB value is (55,65,58). Sum of RGB (Red+Green+Blue) = 55+65+58=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #37413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37413A is #C8BEC5. Grayscale: #3D3D3D. Windows color (decimal): -13156038 or 3817783. OLE color: 3817783.

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

Color convert

RGB556558-
CMYK0.1500.110.75
HSL138º8.33%23.53%-
HSV(B)138º15.38%25.49%-
XYZ4.234.94.73-
YUV61.21126.19123.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=30.90%
G=36.52%
B=32.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565580.1500.110.751388.3323.53
Hex37413AF0B4B8a818
Octal6710172170131132121030
Binary1101111000001111010111101011100101110001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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