#3A5540

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

Shades of Goblin #3A5540

Tints of Goblin #3A5540

Color information

#3A5540 (or 0x3A5540) is unknown color: approx Goblin. HEX triplet: 3A, 55 and 40. RGB value is (58,85,64). Sum of RGB (Red+Green+Blue) = 58+85+64=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5540 is #C5AABF. Grayscale: #4A4A4A. Windows color (decimal): -12954304 or 4216122. OLE color: 4216122.

HSL color Cylindrical-coordinate representation of color #3A5540: hue angle of 133.33º 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 #3A5540 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB588564-
CMYK0.3200.250.67
HSL133.33º18.88%28.04%-
HSV(B)133.33º31.76%33.33%-
XYZ5.927.776.04-
YUV74.53122.05116.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=28.02%
G=41.06%
B=30.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885640.3200.250.67133.3318.8828.04
Hex3A5540200194385131c
Octal72125100400311032052334
Binary111010101010110000001000000110011000011100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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