#3A4C41

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

Shades of Goblin #3A4C41

Tints of Goblin #3A4C41

Color information

#3A4C41 (or 0x3A4C41) is unknown color: approx Goblin. HEX triplet: 3A, 4C and 41. RGB value is (58,76,65). Sum of RGB (Red+Green+Blue) = 58+76+65=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C41 is #C5B3BE. Grayscale: #454545. Windows color (decimal): -12956607 or 4279354. OLE color: 4279354.

HSL color Cylindrical-coordinate representation of color #3A4C41: hue angle of 143.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C41 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB587665-
CMYK0.2400.140.70
HSL143.33º13.43%26.27%-
HSV(B)143.33º23.68%29.8%-
XYZ5.286.455.97-
YUV69.36125.54119.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=29.15%
G=38.19%
B=32.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5876650.2400.140.70143.3313.4326.27
Hex3A4C41180E468fd1a
Octal72114101300161062171532
Binary111010100110010000011100001110100011010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,65); }

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

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

 a { background-color: rgb(58,76,65); }

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

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

 span { border-color: rgb(58,76,65); }

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