#3F5445

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

Shades of Goblin #3F5445

Tints of Goblin #3F5445

Color information

#3F5445 (or 0x3F5445) is unknown color: approx Goblin. HEX triplet: 3F, 54 and 45. RGB value is (63,84,69). Sum of RGB (Red+Green+Blue) = 63+84+69=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5445 is #C0ABBA. Grayscale: #4C4C4C. Windows color (decimal): -12626875 or 4543551. OLE color: 4543551.

HSL color Cylindrical-coordinate representation of color #3F5445: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5445 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB638469-
CMYK0.2500.180.67
HSL137.14º14.29%28.82%-
HSV(B)137.14º25%32.94%-
XYZ6.297.836.81-
YUV76.01124.04118.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=29.17%
G=38.89%
B=31.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6384690.2500.180.67137.1414.2928.82
Hex3F5445190124389e1d
Octal77124105310221032111635
Binary1111111010100100010111001010010100001110001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,69); }

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

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

 a { background-color: rgb(63,84,69); }

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

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

 span { border-color: rgb(63,84,69); }

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