#4A7A20

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

Shades of Bilbao #4A7A20

Tints of Bilbao #4A7A20

Color information

#4A7A20 (or 0x4A7A20) is unknown color: approx Bilbao. HEX triplet: 4A, 7A and 20. RGB value is (74,122,32). Sum of RGB (Red+Green+Blue) = 74+122+32=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7A20 is #B585DF. Grayscale: #616161. Windows color (decimal): -11896288 or 2128458. OLE color: 2128458.

HSL color Cylindrical-coordinate representation of color #4A7A20: hue angle of 92º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A7A20 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB7412232-
CMYK0.3900.740.52
HSL92º58.44%30.2%-
HSV(B)92º73.77%47.84%-
XYZ10.0415.483.82-
YUV97.3991.1111.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.46%
GREEN value IS 122 (48.05% from 255) = 53.51%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=32.46%
G=53.51%
B=14.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74122320.3900.740.529258.4430.2
Hex4A7A202704A345c3a1e
Octal11217240470112641347236
Binary1001010111101010000010011101001010110100101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,122,32); }

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

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

 a { background-color: rgb(74,122,32); }

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

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

 span { border-color: rgb(74,122,32); }

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