#375943

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

Shades of Goblin #375943

Tints of Goblin #375943

Color information

#375943 (or 0x375943) is unknown color: approx Goblin. HEX triplet: 37, 59 and 43. RGB value is (55,89,67). Sum of RGB (Red+Green+Blue) = 55+89+67=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #375943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375943 is #C8A6BC. Grayscale: #4C4C4C. Windows color (decimal): -13149885 or 4413751. OLE color: 4413751.

HSL color Cylindrical-coordinate representation of color #375943: hue angle of 141.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375943 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB558967-
CMYK0.3800.250.65
HSL141.18º23.61%28.24%-
HSV(B)141.18º38.2%34.9%-
XYZ6.168.366.6-
YUV76.33122.74112.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=26.07%
G=42.18%
B=31.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589670.3800.250.65141.1823.6128.24
Hex37594326019418d181c
Octal67131103460311012153034
Binary110111101100110000111001100110011000001100011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375943; }

 p { color: rgb(55,89,67); }

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

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

 a { background-color: rgb(55,89,67); }

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

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

 span { border-color: rgb(55,89,67); }

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