#3C7612

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

Shades of Bilbao #3C7612

Tints of Bilbao #3C7612

Color information

#3C7612 (or 0x3C7612) is unknown color: approx Bilbao. HEX triplet: 3C, 76 and 12. RGB value is (60,118,18). Sum of RGB (Red+Green+Blue) = 60+118+18=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7612 is #C389ED. Grayscale: #595959. Windows color (decimal): -12814830 or 1209916. OLE color: 1209916.

HSL color Cylindrical-coordinate representation of color #3C7612: hue angle of 94.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C7612 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB6011818-
CMYK0.4900.850.54
HSL94.8º73.53%26.67%-
HSV(B)94.8º84.75%46.27%-
XYZ8.4513.962.82-
YUV89.2687.78107.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.61%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=30.61%
G=60.20%
B=9.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118180.4900.850.5494.873.5326.67
Hex3C761231055365f4a1b
Octal74166226101256613711233
Binary111100111011010010110001010101011101101011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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