#375941

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

Shades of Goblin #375941

Tints of Goblin #375941

Color information

#375941 (or 0x375941) is unknown color: approx Goblin. HEX triplet: 37, 59 and 41. RGB value is (55,89,65). Sum of RGB (Red+Green+Blue) = 55+89+65=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #375941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375941 is #C8A6BE. Grayscale: #4C4C4C. Windows color (decimal): -13149887 or 4282679. OLE color: 4282679.

HSL color Cylindrical-coordinate representation of color #375941: hue angle of 137.65º 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 #375941 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB558965-
CMYK0.3800.270.65
HSL137.65º23.61%28.24%-
HSV(B)137.65º38.2%34.9%-
XYZ6.18.346.29-
YUV76.1121.74112.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=26.32%
G=42.58%
B=31.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589650.3800.270.65137.6523.6128.24
Hex3759412601B418a181c
Octal67131101460331012123034
Binary110111101100110000011001100110111000001100010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375941; }

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

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

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

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

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

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

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

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