#4A811B

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

Shades of Bilbao #4A811B

Tints of Bilbao #4A811B

Color information

#4A811B (or 0x4A811B) is unknown color: approx Bilbao. HEX triplet: 4A, 81 and 1B. RGB value is (74,129,27). Sum of RGB (Red+Green+Blue) = 74+129+27=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #4A811B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A811B is #B57EE4. Grayscale: #656565. Windows color (decimal): -11894501 or 1802570. OLE color: 1802570.

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

Color convert

RGB7412927-
CMYK0.4300.790.49
HSL92.35º65.38%30.59%-
HSV(B)92.35º79.07%50.59%-
XYZ10.8717.243.79-
YUV100.9386.28108.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 129 (50.78% from 255) = 56.09%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=32.17%
G=56.09%
B=11.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74129270.4300.790.4992.3565.3830.59
Hex4A811B2B04F315c411f
Octal112201335301176113410137
Binary10010101000000111011101011010011111100011011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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