#4B7C1C

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

Shades of Bilbao #4B7C1C

Tints of Bilbao #4B7C1C

Color information

#4B7C1C (or 0x4B7C1C) is unknown color: approx Bilbao. HEX triplet: 4B, 7C and 1C. RGB value is (75,124,28). Sum of RGB (Red+Green+Blue) = 75+124+28=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C1C is #B483E3. Grayscale: #626262. Windows color (decimal): -11830244 or 1866827. OLE color: 1866827.

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

Color convert

RGB7512428-
CMYK0.4000.770.51
HSL90.62º63.16%29.8%-
HSV(B)90.62º77.42%48.63%-
XYZ10.3215.993.64-
YUV98.488.27111.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=33.04%
G=54.63%
B=12.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75124280.4000.770.5190.6263.1629.8
Hex4B7C1C2804D335b3f1e
Octal11317434500115631337736
Binary100101111111001110010100001001101110011101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,28); }

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

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

 a { background-color: rgb(75,124,28); }

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

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

 span { border-color: rgb(75,124,28); }

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