#37503F

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

Shades of Goblin #37503F

Tints of Goblin #37503F

Color information

#37503F (or 0x37503F) is unknown color: approx Goblin. HEX triplet: 37, 50 and 3F. RGB value is (55,80,63). Sum of RGB (Red+Green+Blue) = 55+80+63=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #37503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37503F is #C8AFC0. Grayscale: #464646. Windows color (decimal): -13152193 or 4149303. OLE color: 4149303.

HSL color Cylindrical-coordinate representation of color #37503F: hue angle of 139.2º 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 #37503F is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB558063-
CMYK0.3100.210.69
HSL139.2º18.52%26.47%-
HSV(B)139.2º31.25%31.37%-
XYZ5.346.915.75-
YUV70.59123.72116.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 63 (25% from 255) = 31.82%
R=27.78%
G=40.40%
B=31.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580630.3100.210.69139.218.5226.47
Hex37503F1F015458b131a
Octal6712077370251052132332
Binary1101111010000111111111110101011000101100010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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