#3C8516

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

Shades of Bilbao #3C8516

Tints of Bilbao #3C8516

Color information

#3C8516 (or 0x3C8516) is unknown color: approx Bilbao. HEX triplet: 3C, 85 and 16. RGB value is (60,133,22). Sum of RGB (Red+Green+Blue) = 60+133+22=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8516 is #C37AE9. Grayscale: #626262. Windows color (decimal): -12810986 or 1475900. OLE color: 1475900.

HSL color Cylindrical-coordinate representation of color #3C8516: hue angle of 99.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C8516 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB6013322-
CMYK0.5500.830.48
HSL99.46º71.61%30.39%-
HSV(B)99.46º83.46%52.16%-
XYZ10.417.793.65-
YUV98.5284.82100.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=27.91%
G=61.86%
B=10.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60133220.5500.830.4899.4671.6130.39
Hex3C8516370533063481e
Octal74205266701236014311036
Binary1111001000010110110110111010100111100001100011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,22); }

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

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

 a { background-color: rgb(60,133,22); }

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

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

 span { border-color: rgb(60,133,22); }

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