#3A5942

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

Shades of Goblin #3A5942

Tints of Goblin #3A5942

Color information

#3A5942 (or 0x3A5942) is unknown color: approx Goblin. HEX triplet: 3A, 59 and 42. RGB value is (58,89,66). Sum of RGB (Red+Green+Blue) = 58+89+66=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5942 is #C5A6BD. Grayscale: #4D4D4D. Windows color (decimal): -12953278 or 4348218. OLE color: 4348218.

HSL color Cylindrical-coordinate representation of color #3A5942: hue angle of 135.48º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5942 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB588966-
CMYK0.3500.260.65
HSL135.48º21.09%28.82%-
HSV(B)135.48º34.83%34.9%-
XYZ6.38.446.45-
YUV77.11121.73114.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=27.23%
G=41.78%
B=30.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889660.3500.260.65135.4821.0928.82
Hex3A59422301A4187151d
Octal72131102430321012072535
Binary111010101100110000101000110110101000001100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,89,66); }

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

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

 a { background-color: rgb(58,89,66); }

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

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

 span { border-color: rgb(58,89,66); }

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