#4D811C

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

Shades of Bilbao #4D811C

Tints of Bilbao #4D811C

Color information

#4D811C (or 0x4D811C) is unknown color: approx Bilbao. HEX triplet: 4D, 81 and 1C. RGB value is (77,129,28). Sum of RGB (Red+Green+Blue) = 77+129+28=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #4D811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D811C is #B27EE3. Grayscale: #666666. Windows color (decimal): -11697892 or 1868109. OLE color: 1868109.

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

Color convert

RGB7712928-
CMYK0.4000.780.49
HSL90.89º64.33%30.78%-
HSV(B)90.89º78.29%50.59%-
XYZ11.1217.363.86-
YUV101.9486.27110.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.91%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 28 (11.33% from 255) = 11.97%
R=32.91%
G=55.13%
B=11.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77129280.4000.780.4990.8964.3330.78
Hex4D811C2804E315b401f
Octal115201345001166113310037
Binary10011011000000111100101000010011101100011011011100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D811C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,129,28); }

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

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

 a { background-color: rgb(77,129,28); }

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

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

 span { border-color: rgb(77,129,28); }

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