#3B7C05

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

Shades of Bilbao #3B7C05

Tints of Bilbao #3B7C05

Color information

#3B7C05 (or 0x3B7C05) is unknown color: approx Bilbao. HEX triplet: 3B, 7C and 05. RGB value is (59,124,5). Sum of RGB (Red+Green+Blue) = 59+124+5=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7C05 is #C483FA. Grayscale: #5B5B5B. Windows color (decimal): -12878843 or 359483. OLE color: 359483.

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

Color convert

RGB591245-
CMYK0.5200.960.51
HSL92.77º92.25%25.29%-
HSV(B)92.77º95.97%48.63%-
XYZ9.0415.362.63-
YUV9179.47105.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 124 (48.83% from 255) = 65.96%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=31.38%
G=65.96%
B=2.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5912450.5200.960.5192.7792.2525.29
Hex3B7C534060335d5c19
Octal7317456401406313513431
Binary1110111111100101110100011000001100111011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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