#3F7612

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

Shades of Bilbao #3F7612

Tints of Bilbao #3F7612

Color information

#3F7612 (or 0x3F7612) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 12. RGB value is (63,118,18). Sum of RGB (Red+Green+Blue) = 63+118+18=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7612 is #C089ED. Grayscale: #5A5A5A. Windows color (decimal): -12618222 or 1209919. OLE color: 1209919.

HSL color Cylindrical-coordinate representation of color #3F7612: hue angle of 93º 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 #3F7612 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB6311818-
CMYK0.4700.850.54
HSL93º73.53%26.67%-
HSV(B)93º84.75%46.27%-
XYZ8.6414.062.83-
YUV90.1687.28108.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=31.66%
G=59.30%
B=9.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118180.4700.850.549373.5326.67
Hex3F76122F055365d4a1b
Octal77166225701256613511233
Binary111111111011010010101111010101011101101011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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