#415948

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

Shades of Goblin #415948

Tints of Goblin #415948

Color information

#415948 (or 0x415948) is unknown color: approx Goblin. HEX triplet: 41, 59 and 48. RGB value is (65,89,72). Sum of RGB (Red+Green+Blue) = 65+89+72=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #415948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415948 is #BEA6B7. Grayscale: #4F4F4F. Windows color (decimal): -12494520 or 4741441. OLE color: 4741441.

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

Color convert

RGB658972-
CMYK0.2700.190.65
HSL137.5º15.58%30.2%-
HSV(B)137.5º26.97%34.9%-
XYZ6.928.747.45-
YUV79.89123.55117.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=28.76%
G=39.38%
B=31.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589720.2700.190.65137.515.5830.2
Hex4159481B0134189101e
Octal101131110330231012112036
Binary100000110110011001000110110100111000001100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415948; }

 p { color: rgb(65,89,72); }

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

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

 a { background-color: rgb(65,89,72); }

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

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

 span { border-color: rgb(65,89,72); }

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