#415445

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

Shades of Goblin #415445

Tints of Goblin #415445

Color information

#415445 (or 0x415445) is unknown color: approx Goblin. HEX triplet: 41, 54 and 45. RGB value is (65,84,69). Sum of RGB (Red+Green+Blue) = 65+84+69=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #415445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415445 is #BEABBA. Grayscale: #4C4C4C. Windows color (decimal): -12495803 or 4543553. OLE color: 4543553.

HSL color Cylindrical-coordinate representation of color #415445: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415445 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB658469-
CMYK0.2300.180.67
HSL132.63º12.75%29.22%-
HSV(B)132.63º22.62%32.94%-
XYZ6.427.896.82-
YUV76.61123.71119.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.82%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=29.82%
G=38.53%
B=31.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584690.2300.180.67132.6312.7529.22
Hex415445170124385d1d
Octal101124105270221032051535
Binary10000011010100100010110111010010100001110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415445; }

 p { color: rgb(65,84,69); }

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

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

 a { background-color: rgb(65,84,69); }

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

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

 span { border-color: rgb(65,84,69); }

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