#3F7C11

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

Shades of Bilbao #3F7C11

Tints of Bilbao #3F7C11

Color information

#3F7C11 (or 0x3F7C11) is unknown color: approx Bilbao. HEX triplet: 3F, 7C and 11. RGB value is (63,124,17). Sum of RGB (Red+Green+Blue) = 63+124+17=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7C11 is #C083EE. Grayscale: #5D5D5D. Windows color (decimal): -12616687 or 1145919. OLE color: 1145919.

HSL color Cylindrical-coordinate representation of color #3F7C11: hue angle of 94.21º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F7C11 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB6312417-
CMYK0.4900.860.51
HSL94.21º75.89%27.65%-
HSV(B)94.21º86.29%48.63%-
XYZ9.3615.513.03-
YUV93.5684.79106.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 124 (48.83% from 255) = 60.78%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=30.88%
G=60.78%
B=8.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124170.4900.860.5194.2175.8927.65
Hex3F7C1131056335e4c1c
Octal77174216101266313611434
Binary111111111110010001110001010101101100111011110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,124,17); }

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

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

 a { background-color: rgb(63,124,17); }

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

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

 span { border-color: rgb(63,124,17); }

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