#3F7E0E

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

Shades of Bilbao #3F7E0E

Tints of Bilbao #3F7E0E

Color information

#3F7E0E (or 0x3F7E0E) is unknown color: approx Bilbao. HEX triplet: 3F, 7E and 0E. RGB value is (63,126,14). Sum of RGB (Red+Green+Blue) = 63+126+14=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7E0E is #C081F1. Grayscale: #5E5E5E. Windows color (decimal): -12616178 or 949823. OLE color: 949823.

HSL color Cylindrical-coordinate representation of color #3F7E0E: hue angle of 93.75º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F7E0E is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB6312614-
CMYK0.5000.890.51
HSL93.75º80%27.45%-
HSV(B)93.75º88.89%49.41%-
XYZ9.5916.013-
YUV94.482.63105.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.03%
GREEN value IS 126 (49.61% from 255) = 62.07%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=31.03%
G=62.07%
B=6.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63126140.5000.890.5193.758027.45
Hex3F7EE32059335e501b
Octal77176166201316313612033
Binary11111111111101110110010010110011100111011110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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