#4A840F

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

Shades of Bilbao #4A840F

Tints of Bilbao #4A840F

Color information

#4A840F (or 0x4A840F) is unknown color: approx Bilbao. HEX triplet: 4A, 84 and 0F. RGB value is (74,132,15). Sum of RGB (Red+Green+Blue) = 74+132+15=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #4A840F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A840F is #B57BF0. Grayscale: #656565. Windows color (decimal): -11893745 or 1016906. OLE color: 1016906.

HSL color Cylindrical-coordinate representation of color #4A840F: hue angle of 89.74º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A840F is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB7413215-
CMYK0.4400.890.48
HSL89.74º79.59%28.82%-
HSV(B)89.74º88.64%51.76%-
XYZ11.1617.993.34-
YUV101.3279.28108.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 132 (51.95% from 255) = 59.73%
BLUE value IS 15 (6.25% from 255) = 6.79%
R=33.48%
G=59.73%
B=6.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74132150.4400.890.4889.7479.5928.82
Hex4A84F2C059305a501d
Octal112204175401316013212035
Binary1001010100001001111101100010110011100001011010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,132,15); }

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

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

 a { background-color: rgb(74,132,15); }

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

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

 span { border-color: rgb(74,132,15); }

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