#37533E

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

Shades of Goblin #37533E

Tints of Goblin #37533E

Color information

#37533E (or 0x37533E) is unknown color: approx Goblin. HEX triplet: 37, 53 and 3E. RGB value is (55,83,62). Sum of RGB (Red+Green+Blue) = 55+83+62=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #37533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37533E is #C8ACC1. Grayscale: #484848. Windows color (decimal): -13151426 or 4084535. OLE color: 4084535.

HSL color Cylindrical-coordinate representation of color #37533E: hue angle of 135º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37533E is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB558362-
CMYK0.3400.250.67
HSL135º20.29%27.06%-
HSV(B)135º33.73%32.55%-
XYZ5.547.355.68-
YUV72.23122.22115.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=27.5%
G=41.5%
B=31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583620.3400.250.6713520.2927.06
Hex37533E220194387141b
Octal6712376420311032072433
Binary11011110100111111101000100110011000011100001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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