#3F6F13

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

Shades of Bilbao #3F6F13

Tints of Bilbao #3F6F13

Color information

#3F6F13 (or 0x3F6F13) is unknown color: approx Bilbao. HEX triplet: 3F, 6F and 13. RGB value is (63,111,19). Sum of RGB (Red+Green+Blue) = 63+111+19=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6F13 is #C090EC. Grayscale: #565656. Windows color (decimal): -12620013 or 1273663. OLE color: 1273663.

HSL color Cylindrical-coordinate representation of color #3F6F13: hue angle of 91.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F6F13 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB6311119-
CMYK0.4300.830.56
HSL91.3º70.77%25.49%-
HSV(B)91.3º82.88%43.53%-
XYZ7.8512.472.61-
YUV86.1690.1111.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=32.64%
G=57.51%
B=9.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111190.4300.830.5691.370.7725.49
Hex3F6F132B053385b4719
Octal77157235301237013310731
Binary111111110111110011101011010100111110001011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,111,19); }

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

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

 a { background-color: rgb(63,111,19); }

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

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

 span { border-color: rgb(63,111,19); }

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