#3B740A

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

Shades of Bilbao #3B740A

Tints of Bilbao #3B740A

Color information

#3B740A (or 0x3B740A) is unknown color: approx Bilbao. HEX triplet: 3B, 74 and 0A. RGB value is (59,116,10). Sum of RGB (Red+Green+Blue) = 59+116+10=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #3B740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B740A is #C48BF5. Grayscale: #575757. Windows color (decimal): -12880886 or 685115. OLE color: 685115.

HSL color Cylindrical-coordinate representation of color #3B740A: hue angle of 92.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B740A is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB5911610-
CMYK0.4900.910.55
HSL92.26º84.13%24.71%-
HSV(B)92.26º91.38%45.49%-
XYZ8.113.442.45-
YUV86.8784.62108.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 116 (45.70% from 255) = 62.70%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=31.89%
G=62.70%
B=5.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59116100.4900.910.5592.2684.1324.71
Hex3B74A3105B375c5419
Octal73164126101336713412431
Binary11101111101001010110001010110111101111011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,10); }

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

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

 a { background-color: rgb(59,116,10); }

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

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

 span { border-color: rgb(59,116,10); }

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