#375141

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

Shades of Goblin #375141

Tints of Goblin #375141

Color information

#375141 (or 0x375141) is unknown color: approx Goblin. HEX triplet: 37, 51 and 41. RGB value is (55,81,65). Sum of RGB (Red+Green+Blue) = 55+81+65=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #375141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375141 is #C8AEBE. Grayscale: #474747. Windows color (decimal): -13151935 or 4280631. OLE color: 4280631.

HSL color Cylindrical-coordinate representation of color #375141: hue angle of 143.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #375141 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB558165-
CMYK0.3200.200.68
HSL143.08º19.12%26.67%-
HSV(B)143.08º32.1%31.76%-
XYZ5.477.086.08-
YUV71.4124.39116.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=27.36%
G=40.30%
B=32.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581650.3200.200.68143.0819.1226.67
Hex37514120014448f131b
Octal67121101400241042172333
Binary110111101000110000011000000101001000100100011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375141; }

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

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

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

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

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

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

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

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