#37523C

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

Shades of Goblin #37523C

Tints of Goblin #37523C

Color information

#37523C (or 0x37523C) is unknown color: approx Goblin. HEX triplet: 37, 52 and 3C. RGB value is (55,82,60). Sum of RGB (Red+Green+Blue) = 55+82+60=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #37523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37523C is #C8ADC3. Grayscale: #474747. Windows color (decimal): -13151684 or 3953207. OLE color: 3953207.

HSL color Cylindrical-coordinate representation of color #37523C: hue angle of 131.11º 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 #37523C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB558260-
CMYK0.3300.270.68
HSL131.11º19.71%26.86%-
HSV(B)131.11º32.93%32.16%-
XYZ5.417.175.37-
YUV71.42121.55116.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=27.92%
G=41.62%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582600.3300.270.68131.1119.7126.86
Hex37523C2101B4483141b
Octal6712274410331042032433
Binary11011110100101111001000010110111000100100000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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