#3F721A

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

Shades of Bilbao #3F721A

Tints of Bilbao #3F721A

Color information

#3F721A (or 0x3F721A) is unknown color: approx Bilbao. HEX triplet: 3F, 72 and 1A. RGB value is (63,114,26). Sum of RGB (Red+Green+Blue) = 63+114+26=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #3F721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F721A is #C08DE5. Grayscale: #595959. Windows color (decimal): -12619238 or 1733183. OLE color: 1733183.

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

Color convert

RGB6311426-
CMYK0.4500.770.55
HSL94.77º62.86%27.45%-
HSV(B)94.77º77.19%44.71%-
XYZ8.2513.173.08-
YUV88.7292.6109.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.03%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=31.03%
G=56.16%
B=12.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114260.4500.770.5594.7762.8627.45
Hex3F721A2D04D375f3f1b
Octal7716232550115671377733
Binary11111111100101101010110101001101110111101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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