#3F7815

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

Shades of Bilbao #3F7815

Tints of Bilbao #3F7815

Color information

#3F7815 (or 0x3F7815) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 15. RGB value is (63,120,21). Sum of RGB (Red+Green+Blue) = 63+120+21=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7815 is #C087EA. Grayscale: #5C5C5C. Windows color (decimal): -12617707 or 1407039. OLE color: 1407039.

HSL color Cylindrical-coordinate representation of color #3F7815: hue angle of 94.55º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F7815 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6312021-
CMYK0.4800.830.53
HSL94.55º70.21%27.65%-
HSV(B)94.55º82.5%47.06%-
XYZ8.914.543.05-
YUV91.6788.12107.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=30.88%
G=58.82%
B=10.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120210.4800.830.5394.5570.2127.65
Hex3F781530053355f461c
Octal77170256001236513710634
Binary111111111100010101110000010100111101011011111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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