#376245

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

Shades of Goblin #376245

Tints of Goblin #376245

Color information

#376245 (or 0x376245) is unknown color: approx Goblin. HEX triplet: 37, 62 and 45. RGB value is (55,98,69). Sum of RGB (Red+Green+Blue) = 55+98+69=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #376245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376245 is #C89DBA. Grayscale: #515151. Windows color (decimal): -13147579 or 4547127. OLE color: 4547127.

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

Color convert

RGB559869-
CMYK0.4400.300.62
HSL139.53º28.1%30%-
HSV(B)139.53º43.88%38.43%-
XYZ7.029.987.19-
YUV81.84120.75108.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=24.77%
G=44.14%
B=31.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598690.4400.300.62139.5328.130
Hex3762452C01E3E8c1c1e
Octal6714210554036762143436
Binary11011111000101000101101100011110111110100011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376245; }

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

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

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

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

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

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

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

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