#4A7D14

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

Shades of Bilbao #4A7D14

Tints of Bilbao #4A7D14

Color information

#4A7D14 (or 0x4A7D14) is unknown color: approx Bilbao. HEX triplet: 4A, 7D and 14. RGB value is (74,125,20). Sum of RGB (Red+Green+Blue) = 74+125+20=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7D14 is #B582EB. Grayscale: #626262. Windows color (decimal): -11895532 or 1342794. OLE color: 1342794.

HSL color Cylindrical-coordinate representation of color #4A7D14: hue angle of 89.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A7D14 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB7412520-
CMYK0.4100.840.51
HSL89.14º72.41%28.43%-
HSV(B)89.14º84%49.02%-
XYZ10.2816.173.24-
YUV97.7884.1111.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=33.79%
G=57.08%
B=9.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74125200.4100.840.5189.1472.4128.43
Hex4A7D14290543359481c
Octal112175245101246313111034
Binary1001010111110110100101001010101001100111011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,125,20); }

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

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

 a { background-color: rgb(74,125,20); }

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

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

 span { border-color: rgb(74,125,20); }

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