#4A811A

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

Shades of Bilbao #4A811A

Tints of Bilbao #4A811A

Color information

#4A811A (or 0x4A811A) is unknown color: approx Bilbao. HEX triplet: 4A, 81 and 1A. RGB value is (74,129,26). Sum of RGB (Red+Green+Blue) = 74+129+26=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #4A811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A811A is #B57EE5. Grayscale: #656565. Windows color (decimal): -11894502 or 1737034. OLE color: 1737034.

HSL color Cylindrical-coordinate representation of color #4A811A: hue angle of 92.04º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A811A is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB7412926-
CMYK0.4300.800.49
HSL92.04º66.45%30.39%-
HSV(B)92.04º79.84%50.59%-
XYZ10.8617.233.73-
YUV100.8185.78108.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 129 (50.78% from 255) = 56.33%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=32.31%
G=56.33%
B=11.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74129260.4300.800.4992.0466.4530.39
Hex4A811A2B050315c421e
Octal112201325301206113410236
Binary10010101000000111010101011010100001100011011100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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