#415144

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

Shades of Goblin #415144

Tints of Goblin #415144

Color information

#415144 (or 0x415144) is unknown color: approx Goblin. HEX triplet: 41, 51 and 44. RGB value is (65,81,68). Sum of RGB (Red+Green+Blue) = 65+81+68=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #415144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415144 is #BEAEBB. Grayscale: #4A4A4A. Windows color (decimal): -12496572 or 4477249. OLE color: 4477249.

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

Color convert

RGB658168-
CMYK0.2000.160.68
HSL131.25º10.96%28.63%-
HSV(B)131.25º19.75%31.76%-
XYZ6.177.436.58-
YUV74.73124.2121.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=30.37%
G=37.85%
B=31.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581680.2000.160.68131.2510.9628.63
Hex415144140104483b1d
Octal101121104240201042031335
Binary10000011010001100010010100010000100010010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415144; }

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

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

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

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

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

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

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

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