#3F8608

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

Shades of Bilbao #3F8608

Tints of Bilbao #3F8608

Color information

#3F8608 (or 0x3F8608) is unknown color: approx Bilbao. HEX triplet: 3F, 86 and 08. RGB value is (63,134,8). Sum of RGB (Red+Green+Blue) = 63+134+8=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8608 is #C079F7. Grayscale: #626262. Windows color (decimal): -12614136 or 558655. OLE color: 558655.

HSL color Cylindrical-coordinate representation of color #3F8608: hue angle of 93.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F8608 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB631348-
CMYK0.5300.940.47
HSL93.81º88.73%27.84%-
HSV(B)93.81º94.03%52.55%-
XYZ10.6218.123.17-
YUV98.4176.98102.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 134 (52.73% from 255) = 65.37%
BLUE value IS 8 (3.52% from 255) = 3.90%
R=30.73%
G=65.37%
B=3.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6313480.5300.940.4793.8188.7327.84
Hex3F8683505E2F5e591c
Octal77206106501365713613134
Binary111111100001101000110101010111101011111011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,134,8); }

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

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

 a { background-color: rgb(63,134,8); }

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

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

 span { border-color: rgb(63,134,8); }

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