#3A503D

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

Shades of Goblin #3A503D

Tints of Goblin #3A503D

Color information

#3A503D (or 0x3A503D) is unknown color: approx Goblin. HEX triplet: 3A, 50 and 3D. RGB value is (58,80,61). Sum of RGB (Red+Green+Blue) = 58+80+61=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #3A503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A503D is #C5AFC2. Grayscale: #474747. Windows color (decimal): -12955587 or 4018234. OLE color: 4018234.

HSL color Cylindrical-coordinate representation of color #3A503D: hue angle of 128.18º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A503D is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB588061-
CMYK0.2800.240.69
HSL128.18º15.94%27.06%-
HSV(B)128.18º27.5%31.37%-
XYZ5.466.975.47-
YUV71.26122.21118.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=29.15%
G=40.20%
B=30.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880610.2800.240.69128.1815.9427.06
Hex3A503D1C0184580101b
Octal7212075340301052002033
Binary1110101010000111101111000110001000101100000001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,61); }

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

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

 a { background-color: rgb(58,80,61); }

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

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

 span { border-color: rgb(58,80,61); }

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