#3F8329

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

Shades of Bilbao #3F8329

Tints of Bilbao #3F8329

Color information

#3F8329 (or 0x3F8329) is unknown color: approx Bilbao. HEX triplet: 3F, 83 and 29. RGB value is (63,131,41). Sum of RGB (Red+Green+Blue) = 63+131+41=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8329 is #C07CD6. Grayscale: #646464. Windows color (decimal): -12614871 or 2720575. OLE color: 2720575.

HSL color Cylindrical-coordinate representation of color #3F8329: hue angle of 105.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F8329 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB6313141-
CMYK0.5200.690.49
HSL105.33º52.33%33.73%-
HSV(B)105.33º68.7%51.37%-
XYZ10.5717.454.91-
YUV100.4194.47101.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=26.81%
G=55.74%
B=17.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63131410.5200.690.49105.3352.3333.73
Hex3F83293404531693422
Octal7720351640105611516442
Binary11111110000011101001110100010001011100011101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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