#3A4D40

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

Shades of Goblin #3A4D40

Tints of Goblin #3A4D40

Color information

#3A4D40 (or 0x3A4D40) is unknown color: approx Goblin. HEX triplet: 3A, 4D and 40. RGB value is (58,77,64). Sum of RGB (Red+Green+Blue) = 58+77+64=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D40 is #C5B2BF. Grayscale: #454545. Windows color (decimal): -12956352 or 4214074. OLE color: 4214074.

HSL color Cylindrical-coordinate representation of color #3A4D40: hue angle of 138.95º 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 #3A4D40 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB587764-
CMYK0.2500.170.70
HSL138.95º14.07%26.47%-
HSV(B)138.95º24.68%30.2%-
XYZ5.326.585.84-
YUV69.84124.71119.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=29.15%
G=38.69%
B=32.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877640.2500.170.70138.9514.0726.47
Hex3A4D4019011468be1a
Octal72115100310211062131632
Binary1110101001101100000011001010001100011010001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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