#425947

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

Shades of Goblin #425947

Tints of Goblin #425947

Color information

#425947 (or 0x425947) is unknown color: approx Goblin. HEX triplet: 42, 59 and 47. RGB value is (66,89,71). Sum of RGB (Red+Green+Blue) = 66+89+71=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #425947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425947 is #BDA6B8. Grayscale: #505050. Windows color (decimal): -12428985 or 4675906. OLE color: 4675906.

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

Color convert

RGB668971-
CMYK0.2600.200.65
HSL133.04º14.84%30.39%-
HSV(B)133.04º25.84%34.9%-
XYZ6.968.767.29-
YUV80.07122.88117.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 71 (28.12% from 255) = 31.42%
R=29.20%
G=39.38%
B=31.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689710.2600.200.65133.0414.8430.39
Hex4259471A0144185f1e
Octal102131107320241012051736
Binary10000101011001100011111010010100100000110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425947; }

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

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

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

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

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

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

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

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