#37513C

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

Shades of Goblin #37513C

Tints of Goblin #37513C

Color information

#37513C (or 0x37513C) is unknown color: approx Goblin. HEX triplet: 37, 51 and 3C. RGB value is (55,81,60). Sum of RGB (Red+Green+Blue) = 55+81+60=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #37513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37513C is #C8AEC3. Grayscale: #464646. Windows color (decimal): -13151940 or 3952951. OLE color: 3952951.

HSL color Cylindrical-coordinate representation of color #37513C: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #37513C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB558160-
CMYK0.3200.260.68
HSL131.54º19.12%26.67%-
HSV(B)131.54º32.1%31.76%-
XYZ5.337.025.35-
YUV70.83121.89116.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=28.06%
G=41.33%
B=30.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581600.3200.260.68131.5419.1226.67
Hex37513C2001A4484131b
Octal6712174400321042042333
Binary11011110100011111001000000110101000100100001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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