#3F7C09

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

Shades of Bilbao #3F7C09

Tints of Bilbao #3F7C09

Color information

#3F7C09 (or 0x3F7C09) is unknown color: approx Bilbao. HEX triplet: 3F, 7C and 09. RGB value is (63,124,9). Sum of RGB (Red+Green+Blue) = 63+124+9=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7C09 is #C083F6. Grayscale: #5D5D5D. Windows color (decimal): -12616695 or 621631. OLE color: 621631.

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

Color convert

RGB631249-
CMYK0.4900.930.51
HSL91.83º86.47%26.08%-
HSV(B)91.83º92.74%48.63%-
XYZ9.3115.492.76-
YUV92.6580.79106.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 124 (48.83% from 255) = 63.27%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=32.14%
G=63.27%
B=4.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6312490.4900.930.5191.8386.4726.08
Hex3F7C93105D335c561a
Octal77174116101356313412632
Binary11111111111001001110001010111011100111011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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