#3A8A09

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

Shades of Bilbao #3A8A09

Tints of Bilbao #3A8A09

Color information

#3A8A09 (or 0x3A8A09) is unknown color: approx Bilbao. HEX triplet: 3A, 8A and 09. RGB value is (58,138,9). Sum of RGB (Red+Green+Blue) = 58+138+9=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8A09 is #C575F6. Grayscale: #636363. Windows color (decimal): -12940791 or 625210. OLE color: 625210.

HSL color Cylindrical-coordinate representation of color #3A8A09: hue angle of 97.21º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A8A09 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB581389-
CMYK0.5800.930.46
HSL97.21º87.76%28.82%-
HSV(B)97.21º93.48%54.12%-
XYZ10.8819.13.37-
YUV99.377798.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 138 (54.30% from 255) = 67.32%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=28.29%
G=67.32%
B=4.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5813890.5800.930.4697.2187.7628.82
Hex3A8A93A05D2E61581d
Octal72212117201355614113035
Binary111010100010101001111010010111011011101100001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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