#3B8117

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

Shades of Bilbao #3B8117

Tints of Bilbao #3B8117

Color information

#3B8117 (or 0x3B8117) is unknown color: approx Bilbao. HEX triplet: 3B, 81 and 17. RGB value is (59,129,23). Sum of RGB (Red+Green+Blue) = 59+129+23=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8117 is #C47EE8. Grayscale: #606060. Windows color (decimal): -12877545 or 1540411. OLE color: 1540411.

HSL color Cylindrical-coordinate representation of color #3B8117: hue angle of 99.62º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B8117 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB5912923-
CMYK0.5400.820.49
HSL99.62º69.74%29.8%-
HSV(B)99.62º82.17%50.59%-
XYZ9.8116.693.52-
YUV95.9986.81101.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=27.96%
G=61.14%
B=10.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59129230.5400.820.4999.6269.7429.8
Hex3B8117360523164461e
Octal73201276601226114410636
Binary1110111000000110111110110010100101100011100100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,23); }

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

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

 a { background-color: rgb(59,129,23); }

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

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

 span { border-color: rgb(59,129,23); }

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