#415347

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

Shades of Goblin #415347

Tints of Goblin #415347

Color information

#415347 (or 0x415347) is unknown color: approx Goblin. HEX triplet: 41, 53 and 47. RGB value is (65,83,71). Sum of RGB (Red+Green+Blue) = 65+83+71=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #415347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415347 is #BEACB8. Grayscale: #4C4C4C. Windows color (decimal): -12496057 or 4674369. OLE color: 4674369.

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

Color convert

RGB658371-
CMYK0.2200.140.67
HSL140º12.16%29.02%-
HSV(B)140º21.69%32.55%-
XYZ6.417.777.12-
YUV76.25125.04119.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=29.68%
G=37.90%
B=32.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583710.2200.140.6714012.1629.02
Hex415347160E438cc1d
Octal101123107260161032141435
Binary1000001101001110001111011001110100001110001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415347; }

 p { color: rgb(65,83,71); }

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

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

 a { background-color: rgb(65,83,71); }

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

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

 span { border-color: rgb(65,83,71); }

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