#37503E

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

Shades of Goblin #37503E

Tints of Goblin #37503E

Color information

#37503E (or 0x37503E) is unknown color: approx Goblin. HEX triplet: 37, 50 and 3E. RGB value is (55,80,62). Sum of RGB (Red+Green+Blue) = 55+80+62=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #37503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37503E is #C8AFC1. Grayscale: #464646. Windows color (decimal): -13152194 or 4083767. OLE color: 4083767.

HSL color Cylindrical-coordinate representation of color #37503E: hue angle of 136.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37503E is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB558062-
CMYK0.3100.220.69
HSL136.8º18.52%26.47%-
HSV(B)136.8º31.25%31.37%-
XYZ5.316.95.61-
YUV70.47123.22116.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=27.92%
G=40.61%
B=31.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580620.3100.220.69136.818.5226.47
Hex37503E1F0164589131a
Octal6712076370261052112332
Binary1101111010000111110111110101101000101100010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37503E; }

 p { color: rgb(55,80,62); }

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

<style>
 a { background-color: #37503E; }

 a { background-color: rgb(55,80,62); }

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

<style>
 span { border-color: #37503E; }

 span { border-color: rgb(55,80,62); }

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