#3F7016

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

Shades of Bilbao #3F7016

Tints of Bilbao #3F7016

Color information

#3F7016 (or 0x3F7016) is unknown color: approx Bilbao. HEX triplet: 3F, 70 and 16. RGB value is (63,112,22). Sum of RGB (Red+Green+Blue) = 63+112+22=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7016 is #C08FE9. Grayscale: #575757. Windows color (decimal): -12619754 or 1470527. OLE color: 1470527.

HSL color Cylindrical-coordinate representation of color #3F7016: hue angle of 92.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F7016 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB6311222-
CMYK0.4400.800.56
HSL92.67º67.16%26.27%-
HSV(B)92.67º80.36%43.92%-
XYZ7.9912.72.79-
YUV87.0991.27110.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=31.98%
G=56.85%
B=11.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112220.4400.800.5692.6767.1626.27
Hex3F70162C050385d431a
Octal77160265401207013510332
Binary111111111000010110101100010100001110001011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,22); }

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

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

 a { background-color: rgb(63,112,22); }

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

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

 span { border-color: rgb(63,112,22); }

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