#415146

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

Shades of Goblin #415146

Tints of Goblin #415146

Color information

#415146 (or 0x415146) is unknown color: approx Goblin. HEX triplet: 41, 51 and 46. RGB value is (65,81,70). Sum of RGB (Red+Green+Blue) = 65+81+70=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #415146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415146 is #BEAEB9. Grayscale: #4A4A4A. Windows color (decimal): -12496570 or 4608321. OLE color: 4608321.

HSL color Cylindrical-coordinate representation of color #415146: hue angle of 138.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415146 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB658170-
CMYK0.2000.140.68
HSL138.75º10.96%28.63%-
HSV(B)138.75º19.75%31.76%-
XYZ6.237.456.9-
YUV74.96125.2120.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=30.09%
G=37.5%
B=32.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581700.2000.140.68138.7510.9628.63
Hex415146140E448bb1d
Octal101121106240161042131335
Binary1000001101000110001101010001110100010010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415146; }

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

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

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

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

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

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

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

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