#415848

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

Shades of Goblin #415848

Tints of Goblin #415848

Color information

#415848 (or 0x415848) is unknown color: approx Goblin. HEX triplet: 41, 58 and 48. RGB value is (65,88,72). Sum of RGB (Red+Green+Blue) = 65+88+72=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #415848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415848 is #BEA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12494776 or 4741185. OLE color: 4741185.

HSL color Cylindrical-coordinate representation of color #415848: hue angle of 138.26º 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 #415848 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB658872-
CMYK0.2600.180.65
HSL138.26º15.03%30%-
HSV(B)138.26º26.14%34.51%-
XYZ6.848.577.42-
YUV79.3123.88117.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 72 (28.52% from 255) = 32%
R=28.89%
G=39.11%
B=32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588720.2600.180.65138.2615.0330
Hex4158481A012418af1e
Octal101130110320221012121736
Binary10000011011000100100011010010010100000110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415848; }

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

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

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

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

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

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

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

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