#4A7D1E

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

Shades of Bilbao #4A7D1E

Tints of Bilbao #4A7D1E

Color information

#4A7D1E (or 0x4A7D1E) is unknown color: approx Bilbao. HEX triplet: 4A, 7D and 1E. RGB value is (74,125,30). Sum of RGB (Red+Green+Blue) = 74+125+30=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7D1E is #B582E1. Grayscale: #636363. Windows color (decimal): -11895522 or 1998154. OLE color: 1998154.

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

Color convert

RGB7412530-
CMYK0.4100.760.51
HSL92.21º61.29%30.39%-
HSV(B)92.21º76%49.02%-
XYZ10.3916.223.81-
YUV98.9289.1110.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 125 (49.22% from 255) = 54.59%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=32.31%
G=54.59%
B=13.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74125300.4100.760.5192.2161.2930.39
Hex4A7D1E2904C335c3d1e
Octal11217536510114631347536
Binary100101011111011111010100101001100110011101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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