#3A5742

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

Shades of Goblin #3A5742

Tints of Goblin #3A5742

Color information

#3A5742 (or 0x3A5742) is unknown color: approx Goblin. HEX triplet: 3A, 57 and 42. RGB value is (58,87,66). Sum of RGB (Red+Green+Blue) = 58+87+66=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #3A5742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5742 is #C5A8BD. Grayscale: #4B4B4B. Windows color (decimal): -12953790 or 4347706. OLE color: 4347706.

HSL color Cylindrical-coordinate representation of color #3A5742: hue angle of 136.55º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5742 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB588766-
CMYK0.3300.240.66
HSL136.55º20%28.43%-
HSV(B)136.55º33.33%34.12%-
XYZ6.148.116.4-
YUV75.94122.39115.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=27.49%
G=41.23%
B=31.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5887660.3300.240.66136.552028.43
Hex3A5742210184289141c
Octal72127102410301022112434
Binary111010101011110000101000010110001000010100010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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