#3A7B11

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

Shades of Bilbao #3A7B11

Tints of Bilbao #3A7B11

Color information

#3A7B11 (or 0x3A7B11) is unknown color: approx Bilbao. HEX triplet: 3A, 7B and 11. RGB value is (58,123,17). Sum of RGB (Red+Green+Blue) = 58+123+17=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7B11 is #C584EE. Grayscale: #5B5B5B. Windows color (decimal): -12944623 or 1145658. OLE color: 1145658.

HSL color Cylindrical-coordinate representation of color #3A7B11: hue angle of 96.79º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A7B11 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB5812317-
CMYK0.5300.860.52
HSL96.79º75.71%27.45%-
HSV(B)96.79º86.18%48.24%-
XYZ8.9315.112.98-
YUV91.4885.97104.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 123 (48.44% from 255) = 62.12%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=29.29%
G=62.12%
B=8.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58123170.5300.860.5296.7975.7127.45
Hex3A7B113505634614c1b
Octal72173216501266414111433
Binary111010111101110001110101010101101101001100001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,123,17); }

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

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

 a { background-color: rgb(58,123,17); }

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

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

 span { border-color: rgb(58,123,17); }

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