#4D7C2C

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

Shades of Bilbao #4D7C2C

Tints of Bilbao #4D7C2C

Color information

#4D7C2C (or 0x4D7C2C) is unknown color: approx Bilbao. HEX triplet: 4D, 7C and 2C. RGB value is (77,124,44). Sum of RGB (Red+Green+Blue) = 77+124+44=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7C2C is #B283D3. Grayscale: #656565. Windows color (decimal): -11699156 or 2915405. OLE color: 2915405.

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

Color convert

RGB7712444-
CMYK0.3800.650.51
HSL95.25º47.62%32.94%-
HSV(B)95.25º64.52%48.63%-
XYZ10.7216.174.94-
YUV100.8395.93111-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=31.43%
G=50.61%
B=17.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77124440.3800.650.5195.2547.6232.94
Hex4D7C2C26041335f3021
Octal11517454460101631376041
Binary10011011111100101100100110010000011100111011111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,124,44); }

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

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

 a { background-color: rgb(77,124,44); }

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

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

 span { border-color: rgb(77,124,44); }

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