#3F711A

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

Shades of Bilbao #3F711A

Tints of Bilbao #3F711A

Color information

#3F711A (or 0x3F711A) is unknown color: approx Bilbao. HEX triplet: 3F, 71 and 1A. RGB value is (63,113,26). Sum of RGB (Red+Green+Blue) = 63+113+26=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #3F711A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F711A is #C08EE5. Grayscale: #585858. Windows color (decimal): -12619494 or 1732927. OLE color: 1732927.

HSL color Cylindrical-coordinate representation of color #3F711A: hue angle of 94.48º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F711A is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB6311326-
CMYK0.4400.770.56
HSL94.48º62.59%27.25%-
HSV(B)94.48º76.99%44.31%-
XYZ8.1412.943.05-
YUV88.1392.94110.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=31.19%
G=55.94%
B=12.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113260.4400.770.5694.4862.5927.25
Hex3F711A2C04D385e3f1b
Octal7716132540115701367733
Binary11111111100011101010110001001101111000101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,26); }

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

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

 a { background-color: rgb(63,113,26); }

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

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

 span { border-color: rgb(63,113,26); }

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