#3A5E46

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

Shades of Goblin #3A5E46

Tints of Goblin #3A5E46

Color information

#3A5E46 (or 0x3A5E46) is unknown color: approx Goblin. HEX triplet: 3A, 5E and 46. RGB value is (58,94,70). Sum of RGB (Red+Green+Blue) = 58+94+70=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E46 is #C5A1B9. Grayscale: #505050. Windows color (decimal): -12951994 or 4611642. OLE color: 4611642.

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

Color convert

RGB589470-
CMYK0.3800.260.63
HSL140º23.68%29.8%-
HSV(B)140º38.3%36.86%-
XYZ6.859.357.24-
YUV80.5122.07111.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=26.13%
G=42.34%
B=31.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5894700.3800.260.6314023.6829.8
Hex3A5E462601A3F8c181e
Octal7213610646032772143036
Binary11101010111101000110100110011010111111100011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,94,70); }

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

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

 a { background-color: rgb(58,94,70); }

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

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

 span { border-color: rgb(58,94,70); }

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