#3A4D41

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

Shades of Goblin #3A4D41

Tints of Goblin #3A4D41

Color information

#3A4D41 (or 0x3A4D41) is unknown color: approx Goblin. HEX triplet: 3A, 4D and 41. RGB value is (58,77,65). Sum of RGB (Red+Green+Blue) = 58+77+65=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D41 is #C5B2BE. Grayscale: #454545. Windows color (decimal): -12956351 or 4279610. OLE color: 4279610.

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

Color convert

RGB587765-
CMYK0.2500.160.70
HSL142.11º14.07%26.47%-
HSV(B)142.11º24.68%30.2%-
XYZ5.356.595.99-
YUV69.95125.21119.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=29%
G=38.5%
B=32.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877650.2500.160.70142.1114.0726.47
Hex3A4D4119010468ee1a
Octal72115101310201062161632
Binary1110101001101100000111001010000100011010001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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