#4A821A

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

Shades of Bilbao #4A821A

Tints of Bilbao #4A821A

Color information

#4A821A (or 0x4A821A) is unknown color: approx Bilbao. HEX triplet: 4A, 82 and 1A. RGB value is (74,130,26). Sum of RGB (Red+Green+Blue) = 74+130+26=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #4A821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A821A is #B57DE5. Grayscale: #656565. Windows color (decimal): -11894246 or 1737290. OLE color: 1737290.

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

Color convert

RGB7413026-
CMYK0.4300.80.49
HSL92.31º66.67%30.59%-
HSV(B)92.31º80%50.98%-
XYZ10.9917.53.77-
YUV101.485.45108.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=32.17%
G=56.52%
B=11.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130260.4300.80.4992.3166.6730.59
Hex4A821A2B050315c431f
Octal112202325301206113410337
Binary10010101000001011010101011010100001100011011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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