#3F7019

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

Shades of Bilbao #3F7019

Tints of Bilbao #3F7019

Color information

#3F7019 (or 0x3F7019) is unknown color: approx Bilbao. HEX triplet: 3F, 70 and 19. RGB value is (63,112,25). Sum of RGB (Red+Green+Blue) = 63+112+25=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7019 is #C08FE6. Grayscale: #575757. Windows color (decimal): -12619751 or 1667135. OLE color: 1667135.

HSL color Cylindrical-coordinate representation of color #3F7019: hue angle of 93.79º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F7019 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB6311225-
CMYK0.4400.780.56
HSL93.79º63.5%26.86%-
HSV(B)93.79º77.68%43.92%-
XYZ8.0212.722.95-
YUV87.4392.77110.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=31.5%
G=56%
B=12.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112250.4400.780.5693.7963.526.86
Hex3F70192C04E385e401b
Octal77160315401167013610033
Binary111111111000011001101100010011101110001011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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