#3F8302

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

Shades of Bilbao #3F8302

Tints of Bilbao #3F8302

Color information

#3F8302 (or 0x3F8302) is unknown color: approx Bilbao. HEX triplet: 3F, 83 and 02. RGB value is (63,131,2). Sum of RGB (Red+Green+Blue) = 63+131+2=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8302 is #C07CFD. Grayscale: #606060. Windows color (decimal): -12614910 or 164671. OLE color: 164671.

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

Color convert

RGB631312-
CMYK0.5200.980.49
HSL91.63º96.99%26.08%-
HSV(B)91.63º98.47%51.37%-
XYZ10.1817.292.86-
YUV95.9674.97104.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 131 (51.56% from 255) = 66.84%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=32.14%
G=66.84%
B=1.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6313120.5200.980.4991.6396.9926.08
Hex3F83234062315c611a
Octal7720326401426113414132
Binary1111111000001110110100011000101100011011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,2); }

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

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

 a { background-color: rgb(63,131,2); }

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

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

 span { border-color: rgb(63,131,2); }

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