#3A5542

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

Shades of Goblin #3A5542

Tints of Goblin #3A5542

Color information

#3A5542 (or 0x3A5542) is unknown color: approx Goblin. HEX triplet: 3A, 55 and 42. RGB value is (58,85,66). Sum of RGB (Red+Green+Blue) = 58+85+66=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5542 is #C5AABD. Grayscale: #4A4A4A. Windows color (decimal): -12954302 or 4347194. OLE color: 4347194.

HSL color Cylindrical-coordinate representation of color #3A5542: hue angle of 137.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5542 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB588566-
CMYK0.3200.220.67
HSL137.78º18.88%28.04%-
HSV(B)137.78º31.76%33.33%-
XYZ5.987.796.34-
YUV74.76123.05116.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=27.75%
G=40.67%
B=31.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885660.3200.220.67137.7818.8828.04
Hex3A554220016438a131c
Octal72125102400261032122334
Binary111010101010110000101000000101101000011100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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