#37523F

Color #37523F Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #37523F

Tints of Goblin #37523F

Color information

#37523F (or 0x37523F) is unknown color: approx Goblin. HEX triplet: 37, 52 and 3F. RGB value is (55,82,63). Sum of RGB (Red+Green+Blue) = 55+82+63=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #37523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37523F is #C8ADC0. Grayscale: #474747. Windows color (decimal): -13151681 or 4149815. OLE color: 4149815.

HSL color Cylindrical-coordinate representation of color #37523F: hue angle of 137.78º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37523F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB558263-
CMYK0.3300.230.68
HSL137.78º19.71%26.86%-
HSV(B)137.78º32.93%32.16%-
XYZ5.497.215.8-
YUV71.76123.05116.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 63 (25% from 255) = 31.5%
R=27.5%
G=41%
B=31.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582630.3300.230.68137.7819.7126.86
Hex37523F21017448a141b
Octal6712277410271042122433
Binary11011110100101111111000010101111000100100010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37523F; }

 p { color: rgb(55,82,63); }

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

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

 a { background-color: rgb(55,82,63); }

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

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

 span { border-color: rgb(55,82,63); }

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