#3B5041

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

Shades of Goblin #3B5041

Tints of Goblin #3B5041

Color information

#3B5041 (or 0x3B5041) is unknown color: approx Goblin. HEX triplet: 3B, 50 and 41. RGB value is (59,80,65). Sum of RGB (Red+Green+Blue) = 59+80+65=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5041 is #C4AFBE. Grayscale: #484848. Windows color (decimal): -12890047 or 4280379. OLE color: 4280379.

HSL color Cylindrical-coordinate representation of color #3B5041: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B5041 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB598065-
CMYK0.2600.190.69
HSL137.14º15.11%27.25%-
HSV(B)137.14º26.25%31.37%-
XYZ5.637.056.07-
YUV72.01124.04118.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 65 (25.78% from 255) = 31.86%
R=28.92%
G=39.22%
B=31.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980650.2600.190.69137.1415.1127.25
Hex3B50411A0134589f1b
Octal73120101320231052111733
Binary1110111010000100000111010010011100010110001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5041; }

 p { color: rgb(59,80,65); }

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

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

 a { background-color: rgb(59,80,65); }

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

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

 span { border-color: rgb(59,80,65); }

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