#3F8401

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

Shades of Bilbao #3F8401

Tints of Bilbao #3F8401

Color information

#3F8401 (or 0x3F8401) is unknown color: approx Bilbao. HEX triplet: 3F, 84 and 01. RGB value is (63,132,1). Sum of RGB (Red+Green+Blue) = 63+132+1=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8401 is #C07BFE. Grayscale: #606060. Windows color (decimal): -12614655 or 99391. OLE color: 99391.

HSL color Cylindrical-coordinate representation of color #3F8401: hue angle of 91.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F8401 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB631321-
CMYK0.5200.990.48
HSL91.6º98.5%26.08%-
HSV(B)91.6º99.24%51.76%-
XYZ10.3117.562.88-
YUV96.4474.14104.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=32.14%
G=67.35%
B=0.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6313210.5200.990.4891.698.526.08
Hex3F84134063305c621a
Octal7720416401436013414232
Binary111111100001001110100011000111100001011100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,132,1); }

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

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

 a { background-color: rgb(63,132,1); }

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

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

 span { border-color: rgb(63,132,1); }

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