#3F7B15

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

Shades of Bilbao #3F7B15

Tints of Bilbao #3F7B15

Color information

#3F7B15 (or 0x3F7B15) is unknown color: approx Bilbao. HEX triplet: 3F, 7B and 15. RGB value is (63,123,21). Sum of RGB (Red+Green+Blue) = 63+123+21=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7B15 is #C084EA. Grayscale: #5D5D5D. Windows color (decimal): -12616939 or 1407807. OLE color: 1407807.

HSL color Cylindrical-coordinate representation of color #3F7B15: hue angle of 95.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F7B15 is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB6312321-
CMYK0.4900.830.52
HSL95.29º70.83%28.24%-
HSV(B)95.29º82.93%48.24%-
XYZ9.2715.283.17-
YUV93.4387.12106.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=30.43%
G=59.42%
B=10.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63123210.4900.830.5295.2970.8328.24
Hex3F7B1531053345f471c
Octal77173256101236413710734
Binary111111111101110101110001010100111101001011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,123,21); }

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

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

 a { background-color: rgb(63,123,21); }

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

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

 span { border-color: rgb(63,123,21); }

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