#3A6C09

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

Shades of Bilbao #3A6C09

Tints of Bilbao #3A6C09

Color information

#3A6C09 (or 0x3A6C09) is unknown color: approx Bilbao. HEX triplet: 3A, 6C and 09. RGB value is (58,108,9). Sum of RGB (Red+Green+Blue) = 58+108+9=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6C09 is #C593F6. Grayscale: #525252. Windows color (decimal): -12948471 or 617530. OLE color: 617530.

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

Color convert

RGB581089-
CMYK0.4600.920.58
HSL90.3º84.62%22.94%-
HSV(B)90.3º91.67%42.35%-
XYZ7.1611.642.13-
YUV81.7686.94111.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 108 (42.58% from 255) = 61.71%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=33.14%
G=61.71%
B=5.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5810890.4600.920.5890.384.6222.94
Hex3A6C92E05C3A5a5517
Octal72154115601347213212527
Binary11101011011001001101110010111001110101011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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