#425045

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

Shades of Goblin #425045

Tints of Goblin #425045

Color information

#425045 (or 0x425045) is unknown color: approx Goblin. HEX triplet: 42, 50 and 45. RGB value is (66,80,69). Sum of RGB (Red+Green+Blue) = 66+80+69=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #425045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425045 is #BDAFBA. Grayscale: #4A4A4A. Windows color (decimal): -12431291 or 4542530. OLE color: 4542530.

HSL color Cylindrical-coordinate representation of color #425045: hue angle of 132.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #425045 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB668069-
CMYK0.1700.140.69
HSL132.86º9.59%28.63%-
HSV(B)132.86º17.5%31.37%-
XYZ6.197.336.72-
YUV74.56124.86121.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=30.70%
G=37.21%
B=32.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680690.1700.140.69132.869.5928.63
Hex425045110E4585a1d
Octal102120105210161052051235
Binary1000010101000010001011000101110100010110000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425045; }

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

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

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

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

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

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

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

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