#375543

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

Shades of Goblin #375543

Tints of Goblin #375543

Color information

#375543 (or 0x375543) is unknown color: approx Goblin. HEX triplet: 37, 55 and 43. RGB value is (55,85,67). Sum of RGB (Red+Green+Blue) = 55+85+67=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #375543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375543 is #C8AABC. Grayscale: #4A4A4A. Windows color (decimal): -13150909 or 4412727. OLE color: 4412727.

HSL color Cylindrical-coordinate representation of color #375543: hue angle of 144º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375543 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB558567-
CMYK0.3500.210.67
HSL144º21.43%27.45%-
HSV(B)144º35.29%33.33%-
XYZ5.847.716.49-
YUV73.98124.06114.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=26.57%
G=41.06%
B=32.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585670.3500.210.6714421.4327.45
Hex375543230154390151b
Octal67125103430251032202533
Binary110111101010110000111000110101011000011100100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375543; }

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

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

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

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

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

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

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

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