#3B8816

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

Shades of Bilbao #3B8816

Tints of Bilbao #3B8816

Color information

#3B8816 (or 0x3B8816) is unknown color: approx Bilbao. HEX triplet: 3B, 88 and 16. RGB value is (59,136,22). Sum of RGB (Red+Green+Blue) = 59+136+22=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8816 is #C477E9. Grayscale: #646464. Windows color (decimal): -12875754 or 1476667. OLE color: 1476667.

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

Color convert

RGB5913622-
CMYK0.5700.840.47
HSL100.53º72.15%30.98%-
HSV(B)100.53º83.82%53.33%-
XYZ10.7518.63.78-
YUV99.9883.9998.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 136 (53.52% from 255) = 62.67%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=27.19%
G=62.67%
B=10.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59136220.5700.840.47100.5372.1530.98
Hex3B8816390542F65481f
Octal73210267101245714511037
Binary1110111000100010110111001010101001011111100101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,22); }

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

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

 a { background-color: rgb(59,136,22); }

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

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

 span { border-color: rgb(59,136,22); }

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