#425146

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

Shades of Goblin #425146

Tints of Goblin #425146

Color information

#425146 (or 0x425146) is unknown color: approx Goblin. HEX triplet: 42, 51 and 46. RGB value is (66,81,70). Sum of RGB (Red+Green+Blue) = 66+81+70=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #425146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425146 is #BDAEB9. Grayscale: #4B4B4B. Windows color (decimal): -12431034 or 4608322. OLE color: 4608322.

HSL color Cylindrical-coordinate representation of color #425146: hue angle of 136º 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 #425146 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB668170-
CMYK0.1900.140.68
HSL136º10.2%28.82%-
HSV(B)136º18.52%31.76%-
XYZ6.297.496.91-
YUV75.26125.03121.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=30.41%
G=37.33%
B=32.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681700.1900.140.6813610.228.82
Hex425146130E4488a1d
Octal102121106230161042101235
Binary1000010101000110001101001101110100010010001000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425146; }

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

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

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

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

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

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

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

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