#3A6C15

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

Shades of Bilbao #3A6C15

Tints of Bilbao #3A6C15

Color information

#3A6C15 (or 0x3A6C15) is unknown color: approx Bilbao. HEX triplet: 3A, 6C and 15. RGB value is (58,108,21). Sum of RGB (Red+Green+Blue) = 58+108+21=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C15 is #C593EA. Grayscale: #535353. Windows color (decimal): -12948459 or 1403962. OLE color: 1403962.

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

Color convert

RGB5810821-
CMYK0.4600.810.58
HSL94.48º67.44%25.29%-
HSV(B)94.48º80.56%42.35%-
XYZ7.2411.682.58-
YUV83.1392.94110.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 108 (42.58% from 255) = 57.75%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=31.02%
G=57.75%
B=11.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108210.4600.810.5894.4867.4425.29
Hex3A6C152E0513A5e4319
Octal72154255601217213610331
Binary111010110110010101101110010100011110101011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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