#415846

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

Shades of Goblin #415846

Tints of Goblin #415846

Color information

#415846 (or 0x415846) is unknown color: approx Goblin. HEX triplet: 41, 58 and 46. RGB value is (65,88,70). Sum of RGB (Red+Green+Blue) = 65+88+70=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #415846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415846 is #BEA7B9. Grayscale: #4F4F4F. Windows color (decimal): -12494778 or 4610113. OLE color: 4610113.

HSL color Cylindrical-coordinate representation of color #415846: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415846 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB658870-
CMYK0.2600.200.65
HSL133.04º15.03%30%-
HSV(B)133.04º26.14%34.51%-
XYZ6.788.557.09-
YUV79.07122.88117.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=29.15%
G=39.46%
B=31.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588700.2600.200.65133.0415.0330
Hex4158461A0144185f1e
Octal101130106320241012051736
Binary10000011011000100011011010010100100000110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415846; }

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

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

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

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

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

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

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

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