#37563D

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

Shades of Goblin #37563D

Tints of Goblin #37563D

Color information

#37563D (or 0x37563D) is unknown color: approx Goblin. HEX triplet: 37, 56 and 3D. RGB value is (55,86,61). Sum of RGB (Red+Green+Blue) = 55+86+61=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #37563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37563D is #C8A9C2. Grayscale: #494949. Windows color (decimal): -13150659 or 4019767. OLE color: 4019767.

HSL color Cylindrical-coordinate representation of color #37563D: hue angle of 131.61º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37563D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB558661-
CMYK0.3600.290.66
HSL131.61º21.99%27.65%-
HSV(B)131.61º36.05%33.73%-
XYZ5.757.85.62-
YUV73.88120.73114.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=27.23%
G=42.57%
B=30.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586610.3600.290.66131.6121.9927.65
Hex37563D2401D4284161c
Octal6712675440351022042634
Binary11011110101101111011001000111011000010100001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37563D; }

 p { color: rgb(55,86,61); }

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

<style>
 a { background-color: #37563D; }

 a { background-color: rgb(55,86,61); }

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

<style>
 span { border-color: #37563D; }

 span { border-color: rgb(55,86,61); }

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