#3F7806

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

Shades of Bilbao #3F7806

Tints of Bilbao #3F7806

Color information

#3F7806 (or 0x3F7806) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 06. RGB value is (63,120,6). Sum of RGB (Red+Green+Blue) = 63+120+6=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7806 is #C087F9. Grayscale: #5A5A5A. Windows color (decimal): -12617722 or 423999. OLE color: 423999.

HSL color Cylindrical-coordinate representation of color #3F7806: hue angle of 90º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F7806 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB631206-
CMYK0.4800.950.53
HSL90º90.48%24.71%-
HSV(B)90º95%47.06%-
XYZ8.814.52.51-
YUV89.9680.62108.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 63.49%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=33.33%
G=63.49%
B=3.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6312060.4800.950.539090.4824.71
Hex3F7863005F355a5a19
Octal7717066001376513213231
Binary1111111111000110110000010111111101011011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,6); }

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

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

 a { background-color: rgb(63,120,6); }

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

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

 span { border-color: rgb(63,120,6); }

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