#425546

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

Shades of Goblin #425546

Tints of Goblin #425546

Color information

#425546 (or 0x425546) is unknown color: approx Goblin. HEX triplet: 42, 55 and 46. RGB value is (66,85,70). Sum of RGB (Red+Green+Blue) = 66+85+70=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #425546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425546 is #BDAAB9. Grayscale: #4D4D4D. Windows color (decimal): -12430010 or 4609346. OLE color: 4609346.

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

Color convert

RGB668570-
CMYK0.2200.180.67
HSL132.63º12.58%29.61%-
HSV(B)132.63º22.35%33.33%-
XYZ6.68.17.01-
YUV77.61123.71119.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=29.86%
G=38.46%
B=31.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685700.2200.180.67132.6312.5829.61
Hex425546160124385d1e
Octal102125106260221032051536
Binary10000101010101100011010110010010100001110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425546; }

 p { color: rgb(66,85,70); }

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

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

 a { background-color: rgb(66,85,70); }

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

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

 span { border-color: rgb(66,85,70); }

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