#375341

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

Shades of Goblin #375341

Tints of Goblin #375341

Color information

#375341 (or 0x375341) is unknown color: approx Goblin. HEX triplet: 37, 53 and 41. RGB value is (55,83,65). Sum of RGB (Red+Green+Blue) = 55+83+65=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #375341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375341 is #C8ACBE. Grayscale: #484848. Windows color (decimal): -13151423 or 4281143. OLE color: 4281143.

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

Color convert

RGB558365-
CMYK0.3400.220.67
HSL141.43º20.29%27.06%-
HSV(B)141.43º33.73%32.55%-
XYZ5.627.386.13-
YUV72.58123.72115.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=27.09%
G=40.89%
B=32.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583650.3400.220.67141.4320.2927.06
Hex37534122016438d141b
Octal67123101420261032152433
Binary110111101001110000011000100101101000011100011011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375341; }

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

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

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

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

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

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

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

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