#3F7207

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

Shades of Bilbao #3F7207

Tints of Bilbao #3F7207

Color information

#3F7207 (or 0x3F7207) is unknown color: approx Bilbao. HEX triplet: 3F, 72 and 07. RGB value is (63,114,7). Sum of RGB (Red+Green+Blue) = 63+114+7=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7207 is #C08DF8. Grayscale: #565656. Windows color (decimal): -12619257 or 487999. OLE color: 487999.

HSL color Cylindrical-coordinate representation of color #3F7207: hue angle of 88.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F7207 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB631147-
CMYK0.4500.940.55
HSL88.6º88.43%23.73%-
HSV(B)88.6º93.86%44.71%-
XYZ8.1113.112.3-
YUV86.5583.1111.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=34.24%
G=61.96%
B=3.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6311470.4500.940.5588.688.4323.73
Hex3F7272D05E37595818
Octal7716275501366713113030
Binary1111111110010111101101010111101101111011001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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