#3C5441

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

Shades of Goblin #3C5441

Tints of Goblin #3C5441

Color information

#3C5441 (or 0x3C5441) is unknown color: approx Goblin. HEX triplet: 3C, 54 and 41. RGB value is (60,84,65). Sum of RGB (Red+Green+Blue) = 60+84+65=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5441 is #C3ABBE. Grayscale: #4A4A4A. Windows color (decimal): -12823487 or 4281404. OLE color: 4281404.

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

Color convert

RGB608465-
CMYK0.2900.230.67
HSL132.5º16.67%28.24%-
HSV(B)132.5º28.57%32.94%-
XYZ5.997.686.17-
YUV74.66122.55117.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=28.71%
G=40.19%
B=31.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084650.2900.230.67132.516.6728.24
Hex3C54411D0174384111c
Octal74124101350271032042134
Binary11110010101001000001111010101111000011100001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5441; }

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

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

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

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

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

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

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

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