#3B5F47

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

Shades of Goblin #3B5F47

Tints of Goblin #3B5F47

Color information

#3B5F47 (or 0x3B5F47) is unknown color: approx Goblin. HEX triplet: 3B, 5F and 47. RGB value is (59,95,71). Sum of RGB (Red+Green+Blue) = 59+95+71=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #3B5F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5F47 is #C4A0B8. Grayscale: #515151. Windows color (decimal): -12886201 or 4677435. OLE color: 4677435.

HSL color Cylindrical-coordinate representation of color #3B5F47: hue angle of 140º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B5F47 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB599571-
CMYK0.3800.250.63
HSL140º23.38%30.2%-
HSV(B)140º37.89%37.25%-
XYZ7.039.577.44-
YUV81.5122.07111.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=26.22%
G=42.22%
B=31.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5995710.3800.250.6314023.3830.2
Hex3B5F47260193F8c171e
Octal7313710746031772142736
Binary11101110111111000111100110011001111111100011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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