#3F7213

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

Shades of Bilbao #3F7213

Tints of Bilbao #3F7213

Color information

#3F7213 (or 0x3F7213) is unknown color: approx Bilbao. HEX triplet: 3F, 72 and 13. RGB value is (63,114,19). Sum of RGB (Red+Green+Blue) = 63+114+19=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7213 is #C08DEC. Grayscale: #585858. Windows color (decimal): -12619245 or 1274431. OLE color: 1274431.

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

Color convert

RGB6311419-
CMYK0.4500.830.55
HSL92.21º71.43%26.08%-
HSV(B)92.21º83.33%44.71%-
XYZ8.1813.142.72-
YUV87.9289.1110.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=32.14%
G=58.16%
B=9.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114190.4500.830.5592.2171.4326.08
Hex3F72132D053375c471a
Octal77162235501236713410732
Binary111111111001010011101101010100111101111011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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