#3F760D

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

Shades of Bilbao #3F760D

Tints of Bilbao #3F760D

Color information

#3F760D (or 0x3F760D) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 0D. RGB value is (63,118,13). Sum of RGB (Red+Green+Blue) = 63+118+13=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #3F760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F760D is #C089F2. Grayscale: #595959. Windows color (decimal): -12618227 or 882239. OLE color: 882239.

HSL color Cylindrical-coordinate representation of color #3F760D: hue angle of 91.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F760D is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB6311813-
CMYK0.4700.890.54
HSL91.43º80.15%25.69%-
HSV(B)91.43º88.98%46.27%-
XYZ8.614.042.64-
YUV89.5884.78109.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.47%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=32.47%
G=60.82%
B=6.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118130.4700.890.5491.4380.1525.69
Hex3F76D2F059365b501a
Octal77166155701316613312032
Binary11111111101101101101111010110011101101011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,13); }

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

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

 a { background-color: rgb(63,118,13); }

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

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

 span { border-color: rgb(63,118,13); }

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