#376045

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

Shades of Goblin #376045

Tints of Goblin #376045

Color information

#376045 (or 0x376045) is unknown color: approx Goblin. HEX triplet: 37, 60 and 45. RGB value is (55,96,69). Sum of RGB (Red+Green+Blue) = 55+96+69=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #376045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376045 is #C89FBA. Grayscale: #505050. Windows color (decimal): -13148091 or 4546615. OLE color: 4546615.

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

Color convert

RGB559669-
CMYK0.4300.280.62
HSL140.49º27.15%29.61%-
HSV(B)140.49º42.71%37.65%-
XYZ6.839.617.12-
YUV80.66121.42109.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=25%
G=43.64%
B=31.36%

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
Decimal5596690.4300.280.62140.4927.1529.61
Hex3760452B01C3E8c1b1e
Octal6714010553034762143336
Binary11011111000001000101101011011100111110100011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376045; }

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

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

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

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

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

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

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

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