#3A770B

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

Shades of Bilbao #3A770B

Tints of Bilbao #3A770B

Color information

#3A770B (or 0x3A770B) is unknown color: approx Bilbao. HEX triplet: 3A, 77 and 0B. RGB value is (58,119,11). Sum of RGB (Red+Green+Blue) = 58+119+11=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #3A770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A770B is #C588F4. Grayscale: #585858. Windows color (decimal): -12945653 or 751418. OLE color: 751418.

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

Color convert

RGB5811911-
CMYK0.5100.910.53
HSL93.89º83.08%25.49%-
HSV(B)93.89º90.76%46.67%-
XYZ8.414.122.6-
YUV88.4584.29106.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=30.85%
G=63.30%
B=5.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119110.5100.910.5393.8983.0825.49
Hex3A77B3305B355e5319
Octal72167136301336513612331
Binary11101011101111011110011010110111101011011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,11); }

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

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

 a { background-color: rgb(58,119,11); }

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

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

 span { border-color: rgb(58,119,11); }

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