#3F7529

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

Shades of Bilbao #3F7529

Tints of Bilbao #3F7529

Color information

#3F7529 (or 0x3F7529) is unknown color: approx Bilbao. HEX triplet: 3F, 75 and 29. RGB value is (63,117,41). Sum of RGB (Red+Green+Blue) = 63+117+41=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7529 is #C08AD6. Grayscale: #5C5C5C. Windows color (decimal): -12618455 or 2716991. OLE color: 2716991.

HSL color Cylindrical-coordinate representation of color #3F7529: hue angle of 102.63º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F7529 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB6311741-
CMYK0.4600.650.54
HSL102.63º48.1%30.98%-
HSV(B)102.63º64.96%45.88%-
XYZ8.8113.944.32-
YUV92.1999.11107.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=28.51%
G=52.94%
B=18.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117410.4600.650.54102.6348.130.98
Hex3F75292E0413667301f
Octal7716551560101661476037
Binary111111111010110100110111001000001110110110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,41); }

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

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

 a { background-color: rgb(63,117,41); }

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

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

 span { border-color: rgb(63,117,41); }

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