#375640

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

Shades of Goblin #375640

Tints of Goblin #375640

Color information

#375640 (or 0x375640) is unknown color: approx Goblin. HEX triplet: 37, 56 and 40. RGB value is (55,86,64). Sum of RGB (Red+Green+Blue) = 55+86+64=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #375640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375640 is #C8A9BF. Grayscale: #4A4A4A. Windows color (decimal): -13150656 or 4216375. OLE color: 4216375.

HSL color Cylindrical-coordinate representation of color #375640: hue angle of 137.42º 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 #375640 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB558664-
CMYK0.3600.260.66
HSL137.42º21.99%27.65%-
HSV(B)137.42º36.05%33.73%-
XYZ5.837.846.06-
YUV74.22122.23114.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=26.83%
G=41.95%
B=31.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586640.3600.260.66137.4221.9927.65
Hex3756402401A4289161c
Octal67126100440321022112634
Binary110111101011010000001001000110101000010100010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375640; }

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

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

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

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

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

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

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

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