#3F781B

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

Shades of Bilbao #3F781B

Tints of Bilbao #3F781B

Color information

#3F781B (or 0x3F781B) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 1B. RGB value is (63,120,27). Sum of RGB (Red+Green+Blue) = 63+120+27=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #3F781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F781B is #C087E4. Grayscale: #5C5C5C. Windows color (decimal): -12617701 or 1800255. OLE color: 1800255.

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

Color convert

RGB6312027-
CMYK0.4800.780.53
HSL96.77º63.27%28.82%-
HSV(B)96.77º77.5%47.06%-
XYZ8.9614.573.38-
YUV92.3691.12107.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=30%
G=57.14%
B=12.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120270.4800.780.5396.7763.2728.82
Hex3F781B3004E35613f1d
Octal7717033600116651417735
Binary11111111110001101111000001001110110101110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,27); }

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

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

 a { background-color: rgb(63,120,27); }

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

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

 span { border-color: rgb(63,120,27); }

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