#3F7620

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

Shades of Bilbao #3F7620

Tints of Bilbao #3F7620

Color information

#3F7620 (or 0x3F7620) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 20. RGB value is (63,118,32). Sum of RGB (Red+Green+Blue) = 63+118+32=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7620 is #C089DF. Grayscale: #5C5C5C. Windows color (decimal): -12618208 or 2127423. OLE color: 2127423.

HSL color Cylindrical-coordinate representation of color #3F7620: hue angle of 98.37º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F7620 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB6311832-
CMYK0.4700.730.54
HSL98.37º57.33%29.41%-
HSV(B)98.37º72.88%46.27%-
XYZ8.7914.123.63-
YUV91.7594.28107.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=29.58%
G=55.40%
B=15.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118320.4700.730.5498.3757.3329.41
Hex3F76202F0493662391d
Octal7716640570111661427135
Binary111111111011010000010111101001001110110110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,32); }

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

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

 a { background-color: rgb(63,118,32); }

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

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

 span { border-color: rgb(63,118,32); }

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