#3A6B15

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

Shades of Bilbao #3A6B15

Tints of Bilbao #3A6B15

Color information

#3A6B15 (or 0x3A6B15) is unknown color: approx Bilbao. HEX triplet: 3A, 6B and 15. RGB value is (58,107,21). Sum of RGB (Red+Green+Blue) = 58+107+21=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6B15 is #C594EA. Grayscale: #525252. Windows color (decimal): -12948715 or 1403706. OLE color: 1403706.

HSL color Cylindrical-coordinate representation of color #3A6B15: hue angle of 94.19º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A6B15 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB5810721-
CMYK0.4600.800.58
HSL94.19º67.19%25.1%-
HSV(B)94.19º80.37%41.96%-
XYZ7.1411.472.55-
YUV82.5493.27110.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=31.18%
G=57.53%
B=11.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58107210.4600.800.5894.1967.1925.1
Hex3A6B152E0503A5e4319
Octal72153255601207213610331
Binary111010110101110101101110010100001110101011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,107,21); }

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

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

 a { background-color: rgb(58,107,21); }

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

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

 span { border-color: rgb(58,107,21); }

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