#3A5642

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

Shades of Goblin #3A5642

Tints of Goblin #3A5642

Color information

#3A5642 (or 0x3A5642) is unknown color: approx Goblin. HEX triplet: 3A, 56 and 42. RGB value is (58,86,66). Sum of RGB (Red+Green+Blue) = 58+86+66=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5642 is #C5A9BD. Grayscale: #4B4B4B. Windows color (decimal): -12954046 or 4347450. OLE color: 4347450.

HSL color Cylindrical-coordinate representation of color #3A5642: hue angle of 137.14º degrees, saturation: 0.19, 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 #3A5642 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB588666-
CMYK0.3300.230.66
HSL137.14º19.44%28.24%-
HSV(B)137.14º32.56%33.73%-
XYZ6.067.956.37-
YUV75.35122.72115.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=27.62%
G=40.95%
B=31.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886660.3300.230.66137.1419.4428.24
Hex3A5642210174289131c
Octal72126102410271022112334
Binary111010101011010000101000010101111000010100010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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