#3B770A

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

Shades of Bilbao #3B770A

Tints of Bilbao #3B770A

Color information

#3B770A (or 0x3B770A) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 0A. RGB value is (59,119,10). Sum of RGB (Red+Green+Blue) = 59+119+10=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #3B770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B770A is #C488F5. Grayscale: #595959. Windows color (decimal): -12880118 or 685883. OLE color: 685883.

HSL color Cylindrical-coordinate representation of color #3B770A: hue angle of 93.03º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B770A is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB5911910-
CMYK0.5000.920.53
HSL93.03º84.5%25.29%-
HSV(B)93.03º91.6%46.67%-
XYZ8.4614.152.57-
YUV88.6383.62106.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=31.38%
G=63.30%
B=5.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119100.5000.920.5393.0384.525.29
Hex3B77A3205C355d5419
Octal73167126201346513512431
Binary11101111101111010110010010111001101011011101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,10); }

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

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

 a { background-color: rgb(59,119,10); }

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

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

 span { border-color: rgb(59,119,10); }

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