#3F771E

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

Shades of Bilbao #3F771E

Tints of Bilbao #3F771E

Color information

#3F771E (or 0x3F771E) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 1E. RGB value is (63,119,30). Sum of RGB (Red+Green+Blue) = 63+119+30=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #3F771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F771E is #C088E1. Grayscale: #5C5C5C. Windows color (decimal): -12617954 or 1996607. OLE color: 1996607.

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

Color convert

RGB6311930-
CMYK0.4700.750.53
HSL97.75º59.73%29.22%-
HSV(B)97.75º74.79%46.67%-
XYZ8.8814.343.53-
YUV92.1192.95107.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=29.72%
G=56.13%
B=14.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119300.4700.750.5397.7559.7329.22
Hex3F771E2F04B35623c1d
Octal7716736570113651427435
Binary11111111101111111010111101001011110101110001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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