#3F7810

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

Shades of Bilbao #3F7810

Tints of Bilbao #3F7810

Color information

#3F7810 (or 0x3F7810) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 10. RGB value is (63,120,16). Sum of RGB (Red+Green+Blue) = 63+120+16=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7810 is #C087EF. Grayscale: #5B5B5B. Windows color (decimal): -12617712 or 1079359. OLE color: 1079359.

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

Color convert

RGB6312016-
CMYK0.4800.870.53
HSL92.88º76.47%26.67%-
HSV(B)92.88º86.67%47.06%-
XYZ8.8614.532.83-
YUV91.185.62107.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=31.66%
G=60.30%
B=8.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120160.4800.870.5392.8876.4726.67
Hex3F781030057355d4c1b
Octal77170206001276513511433
Binary111111111100010000110000010101111101011011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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