#3A6C19

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

Shades of Bilbao #3A6C19

Tints of Bilbao #3A6C19

Color information

#3A6C19 (or 0x3A6C19) is unknown color: approx Bilbao. HEX triplet: 3A, 6C and 19. RGB value is (58,108,25). Sum of RGB (Red+Green+Blue) = 58+108+25=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C19 is #C593E6. Grayscale: #535353. Windows color (decimal): -12948455 or 1666106. OLE color: 1666106.

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

Color convert

RGB5810825-
CMYK0.4600.770.58
HSL96.14º62.41%26.08%-
HSV(B)96.14º76.85%42.35%-
XYZ7.2811.692.79-
YUV83.5994.94109.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=30.37%
G=56.54%
B=13.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58108250.4600.770.5896.1462.4126.08
Hex3A6C192E04D3A603e1a
Octal7215431560115721407632
Binary11101011011001100110111001001101111010110000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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