#4d7f1d

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

Shades of Bilbao #4D7F1D

Tints of Bilbao #4D7F1D

Color information

#4D7F1D (or 0x4D7F1D) is unknown color: approx Bilbao. HEX triplet: 4D, 7F and 1D. RGB value is (77,127,29). Sum of RGB (Red+Green+Blue) = 77+127+29=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7F1D is #B280E2. Grayscale: #656565. Windows color (decimal): -11698403 or 1933133. OLE color: 1933133.

HSL color Cylindrical-coordinate representation of color #4D7F1D: hue angle of 90.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D7F1D is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB7712729-
CMYK0.3900.770.50
HSL90.61º62.82%30.59%-
HSV(B)90.61º77.17%49.8%-
XYZ10.8716.853.84-
YUV100.8887.44110.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=33.05%
G=54.51%
B=12.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77127290.3900.770.5090.6162.8230.59
Hex4D7F1D2704D325b3f1f
Octal11517735470115621337737
Binary100110111111111110110011101001101110010101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d7f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,127,29); }

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

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

 a { background-color: rgb(77,127,29); }

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

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

 span { border-color: rgb(77,127,29); }

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