#3F772B

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

Shades of Bilbao #3F772B

Tints of Bilbao #3F772B

Color information

#3F772B (or 0x3F772B) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 2B. RGB value is (63,119,43). Sum of RGB (Red+Green+Blue) = 63+119+43=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #3F772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F772B is #C088D4. Grayscale: #5D5D5D. Windows color (decimal): -12617941 or 2848575. OLE color: 2848575.

HSL color Cylindrical-coordinate representation of color #3F772B: hue angle of 104.21º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F772B is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB6311943-
CMYK0.4700.640.53
HSL104.21º46.91%31.76%-
HSV(B)104.21º63.87%46.67%-
XYZ9.0814.424.59-
YUV93.5999.45106.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=28%
G=52.89%
B=19.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119430.4700.640.53104.2146.9131.76
Hex3F772B2F04035682f20
Octal7716753570100651505740
Binary1111111110111101011101111010000001101011101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,43); }

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

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

 a { background-color: rgb(63,119,43); }

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

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

 span { border-color: rgb(63,119,43); }

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