#3A7309

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

Shades of Bilbao #3A7309

Tints of Bilbao #3A7309

Color information

#3A7309 (or 0x3A7309) is unknown color: approx Bilbao. HEX triplet: 3A, 73 and 09. RGB value is (58,115,9). Sum of RGB (Red+Green+Blue) = 58+115+9=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7309 is #C58CF6. Grayscale: #565656. Windows color (decimal): -12946679 or 619322. OLE color: 619322.

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

Color convert

RGB581159-
CMYK0.5000.920.55
HSL92.26º85.48%24.31%-
HSV(B)92.26º92.17%45.1%-
XYZ7.9213.182.38-
YUV85.8784.62108.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.87%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=31.87%
G=63.19%
B=4.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5811590.5000.920.5592.2685.4824.31
Hex3A7393205C375c5518
Octal72163116201346713412530
Binary11101011100111001110010010111001101111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,9); }

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

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

 a { background-color: rgb(58,115,9); }

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

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

 span { border-color: rgb(58,115,9); }

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