#3F850A

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

Shades of Bilbao #3F850A

Tints of Bilbao #3F850A

Color information

#3F850A (or 0x3F850A) is unknown color: approx Bilbao. HEX triplet: 3F, 85 and 0A. RGB value is (63,133,10). Sum of RGB (Red+Green+Blue) = 63+133+10=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #3F850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F850A is #C07AF5. Grayscale: #626262. Windows color (decimal): -12614390 or 689471. OLE color: 689471.

HSL color Cylindrical-coordinate representation of color #3F850A: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F850A is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB6313310-
CMYK0.5300.920.48
HSL94.15º86.01%28.04%-
HSV(B)94.15º92.48%52.16%-
XYZ10.4917.853.18-
YUV98.0578.31103-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=30.58%
G=64.56%
B=4.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133100.5300.920.4894.1586.0128.04
Hex3F85A3505C305e561c
Octal77205126501346013612634
Binary111111100001011010110101010111001100001011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,10); }

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

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

 a { background-color: rgb(63,133,10); }

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

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

 span { border-color: rgb(63,133,10); }

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