#4A7E00

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

Shades of Bilbao #4A7E00

Tints of Bilbao #4A7E00

Color information

#4A7E00 (or 0x4A7E00) is unknown color: approx Bilbao. HEX triplet: 4A, 7E and 00. RGB value is (74,126,0). Sum of RGB (Red+Green+Blue) = 74+126+0=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7E00 is #B581FF. Grayscale: #606060. Windows color (decimal): -11895296 or 32330. OLE color: 32330.

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

Color convert

RGB741260-
CMYK0.41010.51
HSL84.76º100%24.71%-
HSV(B)84.76º100%49.41%-
XYZ10.2816.382.62-
YUV96.0973.77112.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 126 (49.61% from 255) = 63%
BLUE value IS 0 (0.39% from 255) = 0%
R=37%
G=63%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7412600.41010.5184.7610024.71
Hex4A7E02906433556419
Octal11217605101446312514431
Binary100101011111100101001011001001100111010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,126,0); }

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

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

 a { background-color: rgb(74,126,0); }

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

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

 span { border-color: rgb(74,126,0); }

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