#4C7F15

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

Shades of Bilbao #4C7F15

Tints of Bilbao #4C7F15

Color information

#4C7F15 (or 0x4C7F15) is unknown color: approx Bilbao. HEX triplet: 4C, 7F and 15. RGB value is (76,127,21). Sum of RGB (Red+Green+Blue) = 76+127+21=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7F15 is #B380EA. Grayscale: #646464. Windows color (decimal): -11763947 or 1408844. OLE color: 1408844.

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

Color convert

RGB7612721-
CMYK0.4000.830.50
HSL88.87º71.62%29.02%-
HSV(B)88.87º83.46%49.8%-
XYZ10.7116.773.38-
YUV99.6783.6111.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 127 (50% from 255) = 56.70%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=33.93%
G=56.70%
B=9.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76127210.4000.830.5088.8771.6229.02
Hex4C7F15280533259481d
Octal114177255001236213111035
Binary1001100111111110101101000010100111100101011001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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