#375641

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

Shades of Goblin #375641

Tints of Goblin #375641

Color information

#375641 (or 0x375641) is unknown color: approx Goblin. HEX triplet: 37, 56 and 41. RGB value is (55,86,65). Sum of RGB (Red+Green+Blue) = 55+86+65=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #375641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375641 is #C8A9BE. Grayscale: #4A4A4A. Windows color (decimal): -13150655 or 4281911. OLE color: 4281911.

HSL color Cylindrical-coordinate representation of color #375641: hue angle of 139.35º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375641 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB558665-
CMYK0.3600.240.66
HSL139.35º21.99%27.65%-
HSV(B)139.35º36.05%33.73%-
XYZ5.867.856.21-
YUV74.34122.73114.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=26.70%
G=41.75%
B=31.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586650.3600.240.66139.3521.9927.65
Hex37564124018428b161c
Octal67126101440301022132634
Binary110111101011010000011001000110001000010100010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375641; }

 p { color: rgb(55,86,65); }

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

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

 a { background-color: rgb(55,86,65); }

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

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

 span { border-color: rgb(55,86,65); }

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