#3C503F

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

Shades of Goblin #3C503F

Tints of Goblin #3C503F

Color information

#3C503F (or 0x3C503F) is unknown color: approx Goblin. HEX triplet: 3C, 50 and 3F. RGB value is (60,80,63). Sum of RGB (Red+Green+Blue) = 60+80+63=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #3C503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C503F is #C3AFC0. Grayscale: #484848. Windows color (decimal): -12824513 or 4149308. OLE color: 4149308.

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

Color convert

RGB608063-
CMYK0.2500.210.69
HSL129º14.29%27.45%-
HSV(B)129º25%31.37%-
XYZ5.637.065.77-
YUV72.08122.87119.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 63 (25% from 255) = 31.03%
R=29.56%
G=39.41%
B=31.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6080630.2500.210.6912914.2927.45
Hex3C503F190154581e1b
Octal7412077310251052011633
Binary111100101000011111111001010101100010110000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,63); }

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

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

 a { background-color: rgb(60,80,63); }

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

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

 span { border-color: rgb(60,80,63); }

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