#4B7D2F

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

Shades of Bilbao #4B7D2F

Tints of Bilbao #4B7D2F

Color information

#4B7D2F (or 0x4B7D2F) is unknown color: approx Bilbao. HEX triplet: 4B, 7D and 2F. RGB value is (75,125,47). Sum of RGB (Red+Green+Blue) = 75+125+47=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7D2F is #B482D0. Grayscale: #656565. Windows color (decimal): -11829969 or 3112267. OLE color: 3112267.

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

Color convert

RGB7512547-
CMYK0.4000.620.51
HSL98.46º45.35%33.73%-
HSV(B)98.46º62.4%49.02%-
XYZ10.7516.375.28-
YUV101.1697.44109.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 125 (49.22% from 255) = 50.61%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=30.36%
G=50.61%
B=19.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75125470.4000.620.5198.4645.3533.73
Hex4B7D2F2803E33622d22
Octal1131755750076631425542
Binary1001011111110110111110100001111101100111100010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,125,47); }

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

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

 a { background-color: rgb(75,125,47); }

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

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

 span { border-color: rgb(75,125,47); }

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