#4C7F22

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

Shades of Bilbao #4C7F22

Tints of Bilbao #4C7F22

Color information

#4C7F22 (or 0x4C7F22) is unknown color: approx Bilbao. HEX triplet: 4C, 7F and 22. RGB value is (76,127,34). Sum of RGB (Red+Green+Blue) = 76+127+34=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7F22 is #B380DD. Grayscale: #656565. Windows color (decimal): -11763934 or 2260812. OLE color: 2260812.

HSL color Cylindrical-coordinate representation of color #4C7F22: hue angle of 92.9º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C7F22 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB7612734-
CMYK0.4000.730.50
HSL92.9º57.76%31.57%-
HSV(B)92.9º73.23%49.8%-
XYZ10.8616.834.19-
YUV101.1590.1110.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=32.07%
G=53.59%
B=14.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76127340.4000.730.5092.957.7631.57
Hex4C7F2228049325d3a20
Octal11417742500111621357240
Binary10011001111111100010101000010010011100101011101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,34); }

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

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

 a { background-color: rgb(76,127,34); }

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

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

 span { border-color: rgb(76,127,34); }

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