#376046

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

Shades of Goblin #376046

Tints of Goblin #376046

Color information

#376046 (or 0x376046) is unknown color: approx Goblin. HEX triplet: 37, 60 and 46. RGB value is (55,96,70). Sum of RGB (Red+Green+Blue) = 55+96+70=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #376046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376046 is #C89FB9. Grayscale: #505050. Windows color (decimal): -13148090 or 4612151. OLE color: 4612151.

HSL color Cylindrical-coordinate representation of color #376046: hue angle of 141.95º 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 #376046 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB559670-
CMYK0.4300.270.62
HSL141.95º27.15%29.61%-
HSV(B)141.95º42.71%37.65%-
XYZ6.869.627.29-
YUV80.78121.92109.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=24.89%
G=43.44%
B=31.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596700.4300.270.62141.9527.1529.61
Hex3760462B01B3E8e1b1e
Octal6714010653033762163336
Binary11011111000001000110101011011011111110100011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376046; }

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

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

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

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

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

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

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

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