#3f720c

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

Shades of Bilbao #3F720C

Tints of Bilbao #3F720C

Color information

#3F720C (or 0x3F720C) is unknown color: approx Bilbao. HEX triplet: 3F, 72 and 0C. RGB value is (63,114,12). Sum of RGB (Red+Green+Blue) = 63+114+12=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #3F720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F720C is #C08DF3. Grayscale: #575757. Windows color (decimal): -12619252 or 815679. OLE color: 815679.

HSL color Cylindrical-coordinate representation of color #3F720C: hue angle of 90º degrees, saturation: 0.81, 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 #3F720C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB6311412-
CMYK0.4500.890.55
HSL90º80.95%24.71%-
HSV(B)90º89.47%44.71%-
XYZ8.1313.122.45-
YUV87.1285.6110.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=33.33%
G=60.32%
B=6.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114120.4500.890.559080.9524.71
Hex3F72C2D059375a5119
Octal77162145501316713212131
Binary11111111100101100101101010110011101111011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f720c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,114,12); }

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

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

 a { background-color: rgb(63,114,12); }

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

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

 span { border-color: rgb(63,114,12); }

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