#4B7C30

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

Shades of Bilbao #4B7C30

Tints of Bilbao #4B7C30

Color information

#4B7C30 (or 0x4B7C30) is unknown color: approx Bilbao. HEX triplet: 4B, 7C and 30. RGB value is (75,124,48). Sum of RGB (Red+Green+Blue) = 75+124+48=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C30 is #B483CF. Grayscale: #646464. Windows color (decimal): -11830224 or 3177547. OLE color: 3177547.

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

Color convert

RGB7512448-
CMYK0.4000.610.51
HSL98.68º44.19%33.73%-
HSV(B)98.68º61.29%48.63%-
XYZ10.6416.125.35-
YUV100.6898.27109.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 48 (19.14% from 255) = 19.43%
R=30.36%
G=50.20%
B=19.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75124480.4000.610.5198.6844.1933.73
Hex4B7C302803D33632c22
Octal1131746050075631435442
Binary1001011111110011000010100001111011100111100011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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