#3B6047

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

Shades of Goblin #3B6047

Tints of Goblin #3B6047

Color information

#3B6047 (or 0x3B6047) is unknown color: approx Goblin. HEX triplet: 3B, 60 and 47. RGB value is (59,96,71). Sum of RGB (Red+Green+Blue) = 59+96+71=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6047 is #C49FB8. Grayscale: #525252. Windows color (decimal): -12885945 or 4677691. OLE color: 4677691.

HSL color Cylindrical-coordinate representation of color #3B6047: hue angle of 139.46º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6047 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB599671-
CMYK0.3900.260.62
HSL139.46º23.87%30.39%-
HSV(B)139.46º38.54%37.65%-
XYZ7.129.757.47-
YUV82.09121.74111.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=26.11%
G=42.48%
B=31.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996710.3900.260.62139.4623.8730.39
Hex3B60472701A3E8b181e
Octal7314010747032762133036
Binary11101111000001000111100111011010111110100010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,71); }

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

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

 a { background-color: rgb(59,96,71); }

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

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

 span { border-color: rgb(59,96,71); }

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