#488600

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

Shades of Bilbao #488600

Tints of Bilbao #488600

Color information

#488600 (or 0x488600) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 00. RGB value is (72,134,0). Sum of RGB (Red+Green+Blue) = 72+134+0=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #488600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488600 is #B779FF. Grayscale: #646464. Windows color (decimal): -12024320 or 34376. OLE color: 34376.

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

Color convert

RGB721340-
CMYK0.46010.47
HSL87.76º100%26.27%-
HSV(B)87.76º100%52.55%-
XYZ11.218.432.97-
YUV100.1971.46107.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.95%
G=65.05%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7213400.46010.4787.7610026.27
Hex488602E0642F58641a
Octal11020605601445713014432
Binary1001000100001100101110011001001011111011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488600; }

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

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

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

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

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

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

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

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