#3F7415

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

Shades of Bilbao #3F7415

Tints of Bilbao #3F7415

Color information

#3F7415 (or 0x3F7415) is unknown color: approx Bilbao. HEX triplet: 3F, 74 and 15. RGB value is (63,116,21). Sum of RGB (Red+Green+Blue) = 63+116+21=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7415 is #C08BEA. Grayscale: #595959. Windows color (decimal): -12618731 or 1406015. OLE color: 1406015.

HSL color Cylindrical-coordinate representation of color #3F7415: hue angle of 93.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F7415 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB6311621-
CMYK0.4600.820.55
HSL93.47º69.34%26.86%-
HSV(B)93.47º81.9%45.49%-
XYZ8.4313.62.89-
YUV89.3289.44109.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 116 (45.70% from 255) = 58%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=31.5%
G=58%
B=10.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116210.4600.820.5593.4769.3426.86
Hex3F74152E052375d451b
Octal77164255601226713510533
Binary111111111010010101101110010100101101111011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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