#3A7312

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

Shades of Bilbao #3A7312

Tints of Bilbao #3A7312

Color information

#3A7312 (or 0x3A7312) is unknown color: approx Bilbao. HEX triplet: 3A, 73 and 12. RGB value is (58,115,18). Sum of RGB (Red+Green+Blue) = 58+115+18=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7312 is #C58CED. Grayscale: #575757. Windows color (decimal): -12946670 or 1209146. OLE color: 1209146.

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

Color convert

RGB5811518-
CMYK0.5000.840.55
HSL95.26º72.93%26.08%-
HSV(B)95.26º84.35%45.1%-
XYZ7.9813.22.7-
YUV86.989.12107.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=30.37%
G=60.21%
B=9.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115180.5000.840.5595.2672.9326.08
Hex3A731232054375f491a
Octal72163226201246713711132
Binary111010111001110010110010010101001101111011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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