#3B7B10

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

Shades of Bilbao #3B7B10

Tints of Bilbao #3B7B10

Color information

#3B7B10 (or 0x3B7B10) is unknown color: approx Bilbao. HEX triplet: 3B, 7B and 10. RGB value is (59,123,16). Sum of RGB (Red+Green+Blue) = 59+123+16=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7B10 is #C484EF. Grayscale: #5C5C5C. Windows color (decimal): -12879088 or 1080123. OLE color: 1080123.

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

Color convert

RGB5912316-
CMYK0.5200.870.52
HSL95.89º76.98%27.25%-
HSV(B)95.89º86.99%48.24%-
XYZ8.9815.132.94-
YUV91.6785.3104.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 123 (48.44% from 255) = 62.12%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=29.80%
G=62.12%
B=8.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59123160.5200.870.5295.8976.9827.25
Hex3B7B103405734604d1b
Octal73173206401276414011533
Binary111011111101110000110100010101111101001100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,16); }

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

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

 a { background-color: rgb(59,123,16); }

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

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

 span { border-color: rgb(59,123,16); }

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