#425445

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

Shades of Goblin #425445

Tints of Goblin #425445

Color information

#425445 (or 0x425445) is unknown color: approx Goblin. HEX triplet: 42, 54 and 45. RGB value is (66,84,69). Sum of RGB (Red+Green+Blue) = 66+84+69=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #425445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425445 is #BDABBA. Grayscale: #4C4C4C. Windows color (decimal): -12430267 or 4543554. OLE color: 4543554.

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

Color convert

RGB668469-
CMYK0.2100.180.67
HSL130º12%29.41%-
HSV(B)130º21.43%32.94%-
XYZ6.497.936.82-
YUV76.91123.54120.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=30.14%
G=38.36%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684690.2100.180.671301229.41
Hex425445150124382c1d
Octal102124105250221032021435
Binary10000101010100100010110101010010100001110000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425445; }

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

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

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

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

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

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

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

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