#376146

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

Shades of Goblin #376146

Tints of Goblin #376146

Color information

#376146 (or 0x376146) is unknown color: approx Goblin. HEX triplet: 37, 61 and 46. RGB value is (55,97,70). Sum of RGB (Red+Green+Blue) = 55+97+70=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #376146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376146 is #C89EB9. Grayscale: #515151. Windows color (decimal): -13147834 or 4612407. OLE color: 4612407.

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

Color convert

RGB559770-
CMYK0.4300.280.62
HSL141.43º27.63%29.8%-
HSV(B)141.43º43.3%38.04%-
XYZ6.969.87.32-
YUV81.36121.59109.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=24.77%
G=43.69%
B=31.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597700.4300.280.62141.4327.6329.8
Hex3761462B01C3E8d1c1e
Octal6714110653034762153436
Binary11011111000011000110101011011100111110100011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376146; }

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

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

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

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

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

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

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

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