#4B811F

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

Shades of Bilbao #4B811F

Tints of Bilbao #4B811F

Color information

#4B811F (or 0x4B811F) is unknown color: approx Bilbao. HEX triplet: 4B, 81 and 1F. RGB value is (75,129,31). Sum of RGB (Red+Green+Blue) = 75+129+31=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #4B811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B811F is #B47EE0. Grayscale: #666666. Windows color (decimal): -11828961 or 2064715. OLE color: 2064715.

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

Color convert

RGB7512931-
CMYK0.4200.760.49
HSL93.06º61.25%31.37%-
HSV(B)93.06º75.97%50.59%-
XYZ1117.34.05-
YUV101.6888.11108.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 129 (50.78% from 255) = 54.89%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=31.91%
G=54.89%
B=13.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129310.4200.760.4993.0661.2531.37
Hex4B811F2A04C315d3d1f
Octal11320137520114611357537
Binary1001011100000011111110101001001100110001101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,129,31); }

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

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

 a { background-color: rgb(75,129,31); }

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

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

 span { border-color: rgb(75,129,31); }

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