#375A43

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

Shades of Goblin #375A43

Tints of Goblin #375A43

Color information

#375A43 (or 0x375A43) is unknown color: approx Goblin. HEX triplet: 37, 5A and 43. RGB value is (55,90,67). Sum of RGB (Red+Green+Blue) = 55+90+67=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #375A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A43 is #C8A5BC. Grayscale: #4C4C4C. Windows color (decimal): -13149629 or 4414007. OLE color: 4414007.

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

Color convert

RGB559067-
CMYK0.3900.260.65
HSL140.57º24.14%28.43%-
HSV(B)140.57º38.89%35.29%-
XYZ6.248.536.63-
YUV76.91122.4112.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=25.94%
G=42.45%
B=31.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590670.3900.260.65140.5724.1428.43
Hex375A432701A418d181c
Octal67132103470321012153034
Binary110111101101010000111001110110101000001100011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A43; }

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

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

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

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

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

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

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

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