#488601

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

Shades of Bilbao #488601

Tints of Bilbao #488601

Color information

#488601 (or 0x488601) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 01. RGB value is (72,134,1). Sum of RGB (Red+Green+Blue) = 72+134+1=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #488601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488601 is #B779FE. Grayscale: #646464. Windows color (decimal): -12024319 or 99912. OLE color: 99912.

HSL color Cylindrical-coordinate representation of color #488601: hue angle of 87.97º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #488601 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB721341-
CMYK0.4600.990.47
HSL87.97º98.52%26.47%-
HSV(B)87.97º99.25%52.55%-
XYZ11.218.433-
YUV100.371.96107.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=34.78%
G=64.73%
B=0.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7213410.4600.990.4787.9798.5226.47
Hex488612E0632F58631a
Octal11020615601435713014332
Binary1001000100001101101110011000111011111011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488601; }

 p { color: rgb(72,134,1); }

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

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

 a { background-color: rgb(72,134,1); }

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

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

 span { border-color: rgb(72,134,1); }

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