#425747

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

Shades of Goblin #425747

Tints of Goblin #425747

Color information

#425747 (or 0x425747) is unknown color: approx Goblin. HEX triplet: 42, 57 and 47. RGB value is (66,87,71). Sum of RGB (Red+Green+Blue) = 66+87+71=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #425747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425747 is #BDA8B8. Grayscale: #4E4E4E. Windows color (decimal): -12429497 or 4675394. OLE color: 4675394.

HSL color Cylindrical-coordinate representation of color #425747: hue angle of 134.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425747 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB668771-
CMYK0.2400.180.66
HSL134.29º13.73%30%-
HSV(B)134.29º24.14%34.12%-
XYZ6.798.437.23-
YUV78.9123.54118.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=29.46%
G=38.84%
B=31.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6687710.2400.180.66134.2913.7330
Hex425747180124286e1e
Octal102127107300221022061636
Binary10000101010111100011111000010010100001010000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425747; }

 p { color: rgb(66,87,71); }

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

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

 a { background-color: rgb(66,87,71); }

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

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

 span { border-color: rgb(66,87,71); }

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