#375644

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

Shades of Goblin #375644

Tints of Goblin #375644

Color information

#375644 (or 0x375644) is unknown color: approx Goblin. HEX triplet: 37, 56 and 44. RGB value is (55,86,68). Sum of RGB (Red+Green+Blue) = 55+86+68=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #375644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375644 is #C8A9BB. Grayscale: #4A4A4A. Windows color (decimal): -13150652 or 4478519. OLE color: 4478519.

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

Color convert

RGB558668-
CMYK0.3600.210.66
HSL145.16º21.99%27.65%-
HSV(B)145.16º36.05%33.73%-
XYZ5.957.896.68-
YUV74.68124.23113.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=26.32%
G=41.15%
B=32.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586680.3600.210.66145.1621.9927.65
Hex375644240154291161c
Octal67126104440251022212634
Binary110111101011010001001001000101011000010100100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375644; }

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

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

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

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

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

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

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

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