#3F740D

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

Shades of Bilbao #3F740D

Tints of Bilbao #3F740D

Color information

#3F740D (or 0x3F740D) is unknown color: approx Bilbao. HEX triplet: 3F, 74 and 0D. RGB value is (63,116,13). Sum of RGB (Red+Green+Blue) = 63+116+13=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #3F740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F740D is #C08BF2. Grayscale: #585858. Windows color (decimal): -12618739 or 881727. OLE color: 881727.

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

Color convert

RGB6311613-
CMYK0.4600.890.55
HSL90.87º79.84%25.29%-
HSV(B)90.87º88.79%45.49%-
XYZ8.3713.582.56-
YUV88.4185.44109.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 116 (45.70% from 255) = 60.42%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=32.81%
G=60.42%
B=6.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116130.4600.890.5590.8779.8425.29
Hex3F74D2E059375b5019
Octal77164155601316713312031
Binary11111111101001101101110010110011101111011011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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