#4A8021

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

Shades of Bilbao #4A8021

Tints of Bilbao #4A8021

Color information

#4A8021 (or 0x4A8021) is unknown color: approx Bilbao. HEX triplet: 4A, 80 and 21. RGB value is (74,128,33). Sum of RGB (Red+Green+Blue) = 74+128+33=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #4A8021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8021 is #B57FDE. Grayscale: #656565. Windows color (decimal): -11894751 or 2195530. OLE color: 2195530.

HSL color Cylindrical-coordinate representation of color #4A8021: hue angle of 94.11º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A8021 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB7412833-
CMYK0.4200.740.50
HSL94.11º59.01%31.57%-
HSV(B)94.11º74.22%50.2%-
XYZ10.82174.15-
YUV101.0289.61108.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=31.49%
G=54.47%
B=14.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74128330.4200.740.5094.1159.0131.57
Hex4A80212A04A325e3b20
Octal11220041520112621367340
Binary100101010000000100001101010010010101100101011110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,128,33); }

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

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

 a { background-color: rgb(74,128,33); }

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

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

 span { border-color: rgb(74,128,33); }

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