#425145

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

Shades of Goblin #425145

Tints of Goblin #425145

Color information

#425145 (or 0x425145) is unknown color: approx Goblin. HEX triplet: 42, 51 and 45. RGB value is (66,81,69). Sum of RGB (Red+Green+Blue) = 66+81+69=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #425145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425145 is #BDAEBA. Grayscale: #4B4B4B. Windows color (decimal): -12431035 or 4542786. OLE color: 4542786.

HSL color Cylindrical-coordinate representation of color #425145: hue angle of 132º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #425145 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB668169-
CMYK0.1900.150.68
HSL132º10.2%28.82%-
HSV(B)132º18.52%31.76%-
XYZ6.267.476.74-
YUV75.15124.53121.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=30.56%
G=37.5%
B=31.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681690.1900.150.6813210.228.82
Hex425145130F4484a1d
Octal102121105230171042041235
Binary1000010101000110001011001101111100010010000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425145; }

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

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

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

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

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

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

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

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