#3F5947

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

Shades of Goblin #3F5947

Tints of Goblin #3F5947

Color information

#3F5947 (or 0x3F5947) is unknown color: approx Goblin. HEX triplet: 3F, 59 and 47. RGB value is (63,89,71). Sum of RGB (Red+Green+Blue) = 63+89+71=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5947 is #C0A6B8. Grayscale: #4F4F4F. Windows color (decimal): -12625593 or 4675903. OLE color: 4675903.

HSL color Cylindrical-coordinate representation of color #3F5947: hue angle of 138.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5947 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB638971-
CMYK0.2900.200.65
HSL138.46º17.11%29.8%-
HSV(B)138.46º29.21%34.9%-
XYZ6.768.667.28-
YUV79.17123.39116.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=28.25%
G=39.91%
B=31.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6389710.2900.200.65138.4617.1129.8
Hex3F59471D014418a111e
Octal77131107350241012122136
Binary11111110110011000111111010101001000001100010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,71); }

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

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

 a { background-color: rgb(63,89,71); }

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

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

 span { border-color: rgb(63,89,71); }

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