#415244

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

Shades of Goblin #415244

Tints of Goblin #415244

Color information

#415244 (or 0x415244) is unknown color: approx Goblin. HEX triplet: 41, 52 and 44. RGB value is (65,82,68). Sum of RGB (Red+Green+Blue) = 65+82+68=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #415244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415244 is #BEADBB. Grayscale: #4B4B4B. Windows color (decimal): -12496316 or 4477505. OLE color: 4477505.

HSL color Cylindrical-coordinate representation of color #415244: hue angle of 130.59º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415244 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB658268-
CMYK0.2100.170.68
HSL130.59º11.56%28.82%-
HSV(B)130.59º20.73%32.16%-
XYZ6.247.586.6-
YUV75.32123.87120.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=30.23%
G=38.14%
B=31.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582680.2100.170.68130.5911.5628.82
Hex415244150114483c1d
Octal101122104250211042031435
Binary10000011010010100010010101010001100010010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415244; }

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

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

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

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

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

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

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

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