#425847

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

Shades of Goblin #425847

Tints of Goblin #425847

Color information

#425847 (or 0x425847) is unknown color: approx Goblin. HEX triplet: 42, 58 and 47. RGB value is (66,88,71). Sum of RGB (Red+Green+Blue) = 66+88+71=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #425847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425847 is #BDA7B8. Grayscale: #4F4F4F. Windows color (decimal): -12429241 or 4675650. OLE color: 4675650.

HSL color Cylindrical-coordinate representation of color #425847: hue angle of 133.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425847 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB668871-
CMYK0.2500.190.65
HSL133.64º14.29%30.2%-
HSV(B)133.64º25%34.51%-
XYZ6.878.597.26-
YUV79.48123.21118.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=29.33%
G=39.11%
B=31.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688710.2500.190.65133.6414.2930.2
Hex425847190134186e1e
Octal102130107310231012061636
Binary10000101011000100011111001010011100000110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425847; }

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

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

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

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

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

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

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

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