#3B7C01

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

Shades of Bilbao #3B7C01

Tints of Bilbao #3B7C01

Color information

#3B7C01 (or 0x3B7C01) is unknown color: approx Bilbao. HEX triplet: 3B, 7C and 01. RGB value is (59,124,1). Sum of RGB (Red+Green+Blue) = 59+124+1=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7C01 is #C483FE. Grayscale: #5A5A5A. Windows color (decimal): -12878847 or 97339. OLE color: 97339.

HSL color Cylindrical-coordinate representation of color #3B7C01: hue angle of 91.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B7C01 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB591241-
CMYK0.5200.990.51
HSL91.71º98.4%24.51%-
HSV(B)91.71º99.19%48.63%-
XYZ9.0215.352.52-
YUV90.5477.47105.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 124 (48.83% from 255) = 67.39%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=32.07%
G=67.39%
B=0.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5912410.5200.990.5191.7198.424.51
Hex3B7C134063335c6219
Octal7317416401436313414231
Binary11101111111001110100011000111100111011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,124,1); }

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

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

 a { background-color: rgb(59,124,1); }

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

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

 span { border-color: rgb(59,124,1); }

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