#3F7E12

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

Shades of Bilbao #3F7E12

Tints of Bilbao #3F7E12

Color information

#3F7E12 (or 0x3F7E12) is unknown color: approx Bilbao. HEX triplet: 3F, 7E and 12. RGB value is (63,126,18). Sum of RGB (Red+Green+Blue) = 63+126+18=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7E12 is #C081ED. Grayscale: #5F5F5F. Windows color (decimal): -12616174 or 1211967. OLE color: 1211967.

HSL color Cylindrical-coordinate representation of color #3F7E12: hue angle of 95º degrees, saturation: 0.75, 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 #3F7E12 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB6312618-
CMYK0.5000.860.51
HSL95º75%28.24%-
HSV(B)95º85.71%49.41%-
XYZ9.6216.023.16-
YUV94.8584.63105.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 126 (49.61% from 255) = 60.87%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=30.43%
G=60.87%
B=8.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63126180.5000.860.51957528.24
Hex3F7E1232056335f4b1c
Octal77176226201266313711334
Binary111111111111010010110010010101101100111011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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