#3f8a09

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

Shades of Bilbao #3F8A09

Tints of Bilbao #3F8A09

Color information

#3F8A09 (or 0x3F8A09) is unknown color: approx Bilbao. HEX triplet: 3F, 8A and 09. RGB value is (63,138,9). Sum of RGB (Red+Green+Blue) = 63+138+9=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8A09 is #C075F6. Grayscale: #656565. Windows color (decimal): -12613111 or 625215. OLE color: 625215.

HSL color Cylindrical-coordinate representation of color #3F8A09: hue angle of 94.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F8A09 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB631389-
CMYK0.5400.930.46
HSL94.88º87.76%28.82%-
HSV(B)94.88º93.48%54.12%-
XYZ11.1919.253.39-
YUV100.8776.15100.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 138 (54.30% from 255) = 65.71%
BLUE value IS 9 (3.91% from 255) = 4.29%
R=30%
G=65.71%
B=4.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6313890.5400.930.4694.8887.7628.82
Hex3F8A93605D2E5f581d
Octal77212116601355613713035
Binary111111100010101001110110010111011011101011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f8a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,9); }

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

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

 a { background-color: rgb(63,138,9); }

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

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

 span { border-color: rgb(63,138,9); }

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