#376043

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

Shades of Goblin #376043

Tints of Goblin #376043

Color information

#376043 (or 0x376043) is unknown color: approx Goblin. HEX triplet: 37, 60 and 43. RGB value is (55,96,67). Sum of RGB (Red+Green+Blue) = 55+96+67=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #376043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376043 is #C89FBC. Grayscale: #505050. Windows color (decimal): -13148093 or 4415543. OLE color: 4415543.

HSL color Cylindrical-coordinate representation of color #376043: hue angle of 137.56º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376043 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB559667-
CMYK0.4300.300.62
HSL137.56º27.15%29.61%-
HSV(B)137.56º42.71%37.65%-
XYZ6.779.586.8-
YUV80.44120.42109.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=25.23%
G=44.04%
B=30.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596670.4300.300.62137.5627.1529.61
Hex3760432B01E3E8a1b1e
Octal6714010353036762123336
Binary11011111000001000011101011011110111110100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376043; }

 p { color: rgb(55,96,67); }

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

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

 a { background-color: rgb(55,96,67); }

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

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

 span { border-color: rgb(55,96,67); }

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