#3B7310

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

Shades of Bilbao #3B7310

Tints of Bilbao #3B7310

Color information

#3B7310 (or 0x3B7310) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 10. RGB value is (59,115,16). Sum of RGB (Red+Green+Blue) = 59+115+16=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7310 is #C48CEF. Grayscale: #575757. Windows color (decimal): -12881136 or 1078075. OLE color: 1078075.

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

Color convert

RGB5911516-
CMYK0.4900.860.55
HSL93.94º75.57%25.69%-
HSV(B)93.94º86.09%45.1%-
XYZ8.0313.232.62-
YUV86.9787.95108.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=31.05%
G=60.53%
B=8.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115160.4900.860.5593.9475.5725.69
Hex3B731031056375e4c1a
Octal73163206101266713611432
Binary111011111001110000110001010101101101111011110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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