#3C8612

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

Shades of Bilbao #3C8612

Tints of Bilbao #3C8612

Color information

#3C8612 (or 0x3C8612) is unknown color: approx Bilbao. HEX triplet: 3C, 86 and 12. RGB value is (60,134,18). Sum of RGB (Red+Green+Blue) = 60+134+18=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8612 is #C379ED. Grayscale: #636363. Windows color (decimal): -12810734 or 1214012. OLE color: 1214012.

HSL color Cylindrical-coordinate representation of color #3C8612: hue angle of 98.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C8612 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB6013418-
CMYK0.5500.870.47
HSL98.28º76.32%29.8%-
HSV(B)98.28º86.57%52.55%-
XYZ10.518.053.5-
YUV98.6582.48100.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.30%
GREEN value IS 134 (52.73% from 255) = 63.21%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=28.30%
G=63.21%
B=8.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134180.5500.870.4798.2876.3229.8
Hex3C8612370572F624c1e
Octal74206226701275714211436
Binary1111001000011010010110111010101111011111100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,18); }

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

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

 a { background-color: rgb(60,134,18); }

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

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

 span { border-color: rgb(60,134,18); }

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