#4A7C2F

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

Shades of Bilbao #4A7C2F

Tints of Bilbao #4A7C2F

Color information

#4A7C2F (or 0x4A7C2F) is unknown color: approx Bilbao. HEX triplet: 4A, 7C and 2F. RGB value is (74,124,47). Sum of RGB (Red+Green+Blue) = 74+124+47=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C2F is #B583D0. Grayscale: #646464. Windows color (decimal): -11895761 or 3112010. OLE color: 3112010.

HSL color Cylindrical-coordinate representation of color #4A7C2F: hue angle of 98.96º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A7C2F is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB7412447-
CMYK0.4000.620.51
HSL98.96º45.03%33.53%-
HSV(B)98.96º62.1%48.63%-
XYZ10.5416.085.24-
YUV100.2797.94109.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=30.20%
G=50.61%
B=19.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74124470.4000.620.5198.9645.0333.53
Hex4A7C2F2803E33632d22
Octal1121745750076631435542
Binary1001010111110010111110100001111101100111100011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,124,47); }

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

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

 a { background-color: rgb(74,124,47); }

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

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

 span { border-color: rgb(74,124,47); }

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