#3A503E

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

Shades of Goblin #3A503E

Tints of Goblin #3A503E

Color information

#3A503E (or 0x3A503E) is unknown color: approx Goblin. HEX triplet: 3A, 50 and 3E. RGB value is (58,80,62). Sum of RGB (Red+Green+Blue) = 58+80+62=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #3A503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A503E is #C5AFC1. Grayscale: #474747. Windows color (decimal): -12955586 or 4083770. OLE color: 4083770.

HSL color Cylindrical-coordinate representation of color #3A503E: hue angle of 130.91º 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 #3A503E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB588062-
CMYK0.2800.220.69
HSL130.91º15.94%27.06%-
HSV(B)130.91º27.5%31.37%-
XYZ5.486.985.62-
YUV71.37122.71118.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 62 (24.61% from 255) = 31%
R=29%
G=40%
B=31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880620.2800.220.69130.9115.9427.06
Hex3A503E1C0164583101b
Octal7212076340261052032033
Binary1110101010000111110111000101101000101100000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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