#4C7930

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

Shades of Bilbao #4C7930

Tints of Bilbao #4C7930

Color information

#4C7930 (or 0x4C7930) is unknown color: approx Bilbao. HEX triplet: 4C, 79 and 30. RGB value is (76,121,48). Sum of RGB (Red+Green+Blue) = 76+121+48=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #4C7930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7930 is #B386CF. Grayscale: #636363. Windows color (decimal): -11765456 or 3176780. OLE color: 3176780.

HSL color Cylindrical-coordinate representation of color #4C7930: hue angle of 96.99º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C7930 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB7612148-
CMYK0.3700.600.53
HSL96.99º43.2%33.14%-
HSV(B)96.99º60.33%47.45%-
XYZ10.3515.425.23-
YUV99.2299.09111.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=31.02%
G=49.39%
B=19.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76121480.3700.600.5396.9943.233.14
Hex4C79302503C35612b21
Octal1141716045074651415341
Binary1001100111100111000010010101111001101011100001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,121,48); }

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

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

 a { background-color: rgb(76,121,48); }

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

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

 span { border-color: rgb(76,121,48); }

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