#3B7312

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

Shades of Bilbao #3B7312

Tints of Bilbao #3B7312

Color information

#3B7312 (or 0x3B7312) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 12. RGB value is (59,115,18). Sum of RGB (Red+Green+Blue) = 59+115+18=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7312 is #C48CED. Grayscale: #575757. Windows color (decimal): -12881134 or 1209147. OLE color: 1209147.

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

Color convert

RGB5911518-
CMYK0.4900.840.55
HSL94.64º72.93%26.08%-
HSV(B)94.64º84.35%45.1%-
XYZ8.0413.232.7-
YUV87.288.95107.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 115 (45.31% from 255) = 59.90%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=30.73%
G=59.90%
B=9.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115180.4900.840.5594.6472.9326.08
Hex3B731231054375f491a
Octal73163226101246713711132
Binary111011111001110010110001010101001101111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,18); }

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

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

 a { background-color: rgb(59,115,18); }

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

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

 span { border-color: rgb(59,115,18); }

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