#4C7E2B

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

Shades of Bilbao #4C7E2B

Tints of Bilbao #4C7E2B

Color information

#4C7E2B (or 0x4C7E2B) is unknown color: approx Bilbao. HEX triplet: 4C, 7E and 2B. RGB value is (76,126,43). Sum of RGB (Red+Green+Blue) = 76+126+43=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7E2B is #B381D4. Grayscale: #656565. Windows color (decimal): -11764181 or 2850380. OLE color: 2850380.

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

Color convert

RGB7612643-
CMYK0.4000.660.51
HSL96.14º49.11%33.14%-
HSV(B)96.14º65.87%49.41%-
XYZ10.8816.634.92-
YUV101.5994.94109.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 126 (49.61% from 255) = 51.43%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=31.02%
G=51.43%
B=17.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76126430.4000.660.5196.1449.1133.14
Hex4C7E2B2804233603121
Octal11417653500102631406141
Binary10011001111110101011101000010000101100111100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,126,43); }

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

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

 a { background-color: rgb(76,126,43); }

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

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

 span { border-color: rgb(76,126,43); }

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