#4A8109

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

Shades of Bilbao #4A8109

Tints of Bilbao #4A8109

Color information

#4A8109 (or 0x4A8109) is unknown color: approx Bilbao. HEX triplet: 4A, 81 and 09. RGB value is (74,129,9). Sum of RGB (Red+Green+Blue) = 74+129+9=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8109 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8109 is #B57EF6. Grayscale: #636363. Windows color (decimal): -11894519 or 622922. OLE color: 622922.

HSL color Cylindrical-coordinate representation of color #4A8109: hue angle of 87.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A8109 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB741299-
CMYK0.4300.930.49
HSL87.5º86.96%27.06%-
HSV(B)87.5º93.02%50.59%-
XYZ10.7217.183.01-
YUV98.8777.28110.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 129 (50.78% from 255) = 60.85%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=34.91%
G=60.85%
B=4.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7412990.4300.930.4987.586.9627.06
Hex4A8192B05D3158571b
Octal112201115301356113012733
Binary1001010100000011001101011010111011100011011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8109; }

 p { color: rgb(74,129,9); }

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

<style>
 a { background-color: #4A8109; }

 a { background-color: rgb(74,129,9); }

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

<style>
 span { border-color: #4A8109; }

 span { border-color: rgb(74,129,9); }

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